Shades of Amethyst #A059D2
Tints of Amethyst #A059D2
RGB
CMYK
RGB Variations
Color information
#A059D2 (or 0xA059D2) is known color: Amethyst. HEX triplet: A0, 59 and D2. RGB value is (160,89,210). Sum of RGB (Red+Green+Blue) = 160+89+210=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #A059D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059D2 is #5FA62D. Grayscale: #7B7B7B. Windows color (decimal): -6268462 or 13785504. OLE color: 13785504.
HSL color Cylindrical-coordinate representation of color #A059D2: hue angle of 275.21º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A059D2 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 89 | 210 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.18 |
| HSL | 275.21º | 0.57% | 0.59% | - |
| HSV(B) | 275.21º | 0.58% | 0.82% | - |
| XYZ | 29.7 | 19.27 | 63.13 | - |
| YUV | 124.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 210 | 0.24 | 0.58 | 0 | 0.18 | 275.21 | 0.57 | 0.59 |
| Hex | A0 | 59 | D2 | 18 | 3A | 0 | 12 | 113 | 39 | 3B |
| Octal | 240 | 131 | 322 | 30 | 72 | 0 | 22 | 423 | 71 | 73 |
| Binary | 10100000 | 1011001 | 11010010 | 11000 | 111010 | 0 | 10010 | 100010011 | 111001 | 111011 |
Color Harmonies of #A059D2
Complementary color
Monochromatic Colors of #A059D2
Black with #A059D2
Text Example
Text Example
White with #A059D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059D2; }
p { color: rgb(160,89,210); }
H1.HeaderClassName
{
color: #A059D2;
}
.AnyTagClassName
{
color: #A059D2;
}
</style>
background-color css
<style>
a { background-color: #A059D2; }
a { background-color: rgb(160,89,210); }
div.DivClassName
{
background-color: #A059D2;
}
.BgClassName
{
background-color: #A059D2;
}
</style>
border-color css
<style>
span { border-color: #A059D2; }
span { border-color: rgb(160,89,210); }
td.TdClassName
{
border-color: #A059D2;
}
.TagClassName
{
border-color: #A059D2;
}
</style>