Shades of Amethyst #A059D9
Tints of Amethyst #A059D9
RGB
CMYK
RGB Variations
Color information
#A059D9 (or 0xA059D9) is known color: Amethyst. HEX triplet: A0, 59 and D9. RGB value is (160,89,217). Sum of RGB (Red+Green+Blue) = 160+89+217=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #A059D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059D9 is #5FA626. Grayscale: #7C7C7C. Windows color (decimal): -6268455 or 14244256. OLE color: 14244256.
HSL color Cylindrical-coordinate representation of color #A059D9: hue angle of 273.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A059D9 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 89 | 217 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.15 |
| HSL | 273.28º | 0.63% | 0.6% | - |
| HSV(B) | 273.28º | 0.59% | 0.85% | - |
| XYZ | 30.59 | 19.63 | 67.82 | - |
| YUV | 124.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 217 | 0.26 | 0.59 | 0 | 0.15 | 273.28 | 0.63 | 0.6 |
| Hex | A0 | 59 | D9 | 1A | 3B | 0 | F | 111 | 3F | 3C |
| Octal | 240 | 131 | 331 | 32 | 73 | 0 | 17 | 421 | 77 | 74 |
| Binary | 10100000 | 1011001 | 11011001 | 11010 | 111011 | 0 | 1111 | 100010001 | 111111 | 111100 |
Color Harmonies of #A059D9
Complementary color
Monochromatic Colors of #A059D9
Black with #A059D9
Text Example
Text Example
White with #A059D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059D9; }
p { color: rgb(160,89,217); }
H1.HeaderClassName
{
color: #A059D9;
}
.AnyTagClassName
{
color: #A059D9;
}
</style>
background-color css
<style>
a { background-color: #A059D9; }
a { background-color: rgb(160,89,217); }
div.DivClassName
{
background-color: #A059D9;
}
.BgClassName
{
background-color: #A059D9;
}
</style>
border-color css
<style>
span { border-color: #A059D9; }
span { border-color: rgb(160,89,217); }
td.TdClassName
{
border-color: #A059D9;
}
.TagClassName
{
border-color: #A059D9;
}
</style>