Shades of Amethyst #A059E6
Tints of Amethyst #A059E6
RGB
CMYK
RGB Variations
Color information
#A059E6 (or 0xA059E6) is known color: Amethyst. HEX triplet: A0, 59 and E6. RGB value is (160,89,230). Sum of RGB (Red+Green+Blue) = 160+89+230=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #A059E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059E6 is #5FA619. Grayscale: #7D7D7D. Windows color (decimal): -6268442 or 15096224. OLE color: 15096224.
HSL color Cylindrical-coordinate representation of color #A059E6: hue angle of 270.21º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A059E6 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 89 | 230 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.10 |
| HSL | 270.21º | 0.74% | 0.63% | - |
| HSV(B) | 270.21º | 0.61% | 0.9% | - |
| XYZ | 32.35 | 20.33 | 77.08 | - |
| YUV | 126.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 230 | 0.30 | 0.61 | 0 | 0.10 | 270.21 | 0.74 | 0.63 |
| Hex | A0 | 59 | E6 | 1E | 3D | 0 | A | 10E | 4A | 3F |
| Octal | 240 | 131 | 346 | 36 | 75 | 0 | 12 | 416 | 112 | 77 |
| Binary | 10100000 | 1011001 | 11100110 | 11110 | 111101 | 0 | 1010 | 100001110 | 1001010 | 111111 |
Color Harmonies of #A059E6
Complementary color
Monochromatic Colors of #A059E6
Black with #A059E6
Text Example
Text Example
White with #A059E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059E6; }
p { color: rgb(160,89,230); }
H1.HeaderClassName
{
color: #A059E6;
}
.AnyTagClassName
{
color: #A059E6;
}
</style>
background-color css
<style>
a { background-color: #A059E6; }
a { background-color: rgb(160,89,230); }
div.DivClassName
{
background-color: #A059E6;
}
.BgClassName
{
background-color: #A059E6;
}
</style>
border-color css
<style>
span { border-color: #A059E6; }
span { border-color: rgb(160,89,230); }
td.TdClassName
{
border-color: #A059E6;
}
.TagClassName
{
border-color: #A059E6;
}
</style>