Hex
A hex color (#rgb, #rgba, #rrggbb, #rrggbbaa); also the resolved form of a named color. Canonical re-encoding is #rrggbb (or #rrggbbaa when alpha< 255).
Parameters
alpha
alpha channel, defaulting to 255 (opaque).
Throws
IllegalArgumentException
if any channel is outside 0..255.