Shades of Amethyst #A059E8
Tints of Amethyst #A059E8
RGB
CMYK
RGB Variations
Color information
#A059E8 (or 0xA059E8) is known color: Amethyst. HEX triplet: A0, 59 and E8. RGB value is (160,89,232). Sum of RGB (Red+Green+Blue) = 160+89+232=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #A059E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059E8 is #5FA617. Grayscale: #7E7E7E. Windows color (decimal): -6268440 or 15227296. OLE color: 15227296.
HSL color Cylindrical-coordinate representation of color #A059E8: hue angle of 269.79º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A059E8 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 89 | 232 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.09 |
| HSL | 269.79º | 0.76% | 0.63% | - |
| HSV(B) | 269.79º | 0.62% | 0.91% | - |
| XYZ | 32.64 | 20.44 | 78.57 | - |
| YUV | 126.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 232 | 0.31 | 0.62 | 0 | 0.09 | 269.79 | 0.76 | 0.63 |
| Hex | A0 | 59 | E8 | 1F | 3E | 0 | 9 | 10E | 4C | 3F |
| Octal | 240 | 131 | 350 | 37 | 76 | 0 | 11 | 416 | 114 | 77 |
| Binary | 10100000 | 1011001 | 11101000 | 11111 | 111110 | 0 | 1001 | 100001110 | 1001100 | 111111 |
Color Harmonies of #A059E8
Complementary color
Monochromatic Colors of #A059E8
Black with #A059E8
Text Example
Text Example
White with #A059E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059E8; }
p { color: rgb(160,89,232); }
H1.HeaderClassName
{
color: #A059E8;
}
.AnyTagClassName
{
color: #A059E8;
}
</style>
background-color css
<style>
a { background-color: #A059E8; }
a { background-color: rgb(160,89,232); }
div.DivClassName
{
background-color: #A059E8;
}
.BgClassName
{
background-color: #A059E8;
}
</style>
border-color css
<style>
span { border-color: #A059E8; }
span { border-color: rgb(160,89,232); }
td.TdClassName
{
border-color: #A059E8;
}
.TagClassName
{
border-color: #A059E8;
}
</style>