Converts Android Color.argb(a, r, g, b) color values to hex #aarrggbb format.
Color.argb(a, r, g, b)
#aarrggbb
Enter a color in the format Color.argb(255, 172, 185, 166) when prompted and the script outputs the equivalent hex color string (e.g., #ffacb9a6).
Color.argb(255, 172, 185, 166)
#ffacb9a6