Shades of Amethyst #A059D1
Tints of Amethyst #A059D1
RGB
CMYK
RGB Variations
Color information
#A059D1 (or 0xA059D1) is known color: Amethyst. HEX triplet: A0, 59 and D1. RGB value is (160,89,209). Sum of RGB (Red+Green+Blue) = 160+89+209=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #A059D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059D1 is #5FA62E. Grayscale: #7B7B7B. Windows color (decimal): -6268463 or 13719968. OLE color: 13719968.
HSL color Cylindrical-coordinate representation of color #A059D1: hue angle of 275.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A059D1 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 89 | 209 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.18 |
| HSL | 275.5º | 0.57% | 0.58% | - |
| HSV(B) | 275.5º | 0.57% | 0.82% | - |
| XYZ | 29.58 | 19.22 | 62.47 | - |
| YUV | 123.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 209 | 0.23 | 0.57 | 0 | 0.18 | 275.5 | 0.57 | 0.58 |
| Hex | A0 | 59 | D1 | 17 | 39 | 0 | 12 | 114 | 39 | 3A |
| Octal | 240 | 131 | 321 | 27 | 71 | 0 | 22 | 424 | 71 | 72 |
| Binary | 10100000 | 1011001 | 11010001 | 10111 | 111001 | 0 | 10010 | 100010100 | 111001 | 111010 |
Color Harmonies of #A059D1
Complementary color
Monochromatic Colors of #A059D1
Black with #A059D1
Text Example
Text Example
White with #A059D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059D1; }
p { color: rgb(160,89,209); }
H1.HeaderClassName
{
color: #A059D1;
}
.AnyTagClassName
{
color: #A059D1;
}
</style>
background-color css
<style>
a { background-color: #A059D1; }
a { background-color: rgb(160,89,209); }
div.DivClassName
{
background-color: #A059D1;
}
.BgClassName
{
background-color: #A059D1;
}
</style>
border-color css
<style>
span { border-color: #A059D1; }
span { border-color: rgb(160,89,209); }
td.TdClassName
{
border-color: #A059D1;
}
.TagClassName
{
border-color: #A059D1;
}
</style>