Shades of Amethyst #A059DC
Tints of Amethyst #A059DC
RGB
CMYK
RGB Variations
Color information
#A059DC (or 0xA059DC) is known color: Amethyst. HEX triplet: A0, 59 and DC. RGB value is (160,89,220). Sum of RGB (Red+Green+Blue) = 160+89+220=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A059DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059DC is #5FA623. Grayscale: #7C7C7C. Windows color (decimal): -6268452 or 14440864. OLE color: 14440864.
HSL color Cylindrical-coordinate representation of color #A059DC: hue angle of 272.52º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A059DC is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 89 | 220 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.14 |
| HSL | 272.52º | 0.65% | 0.61% | - |
| HSV(B) | 272.52º | 0.6% | 0.86% | - |
| XYZ | 30.99 | 19.79 | 69.9 | - |
| YUV | 125.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 220 | 0.27 | 0.60 | 0 | 0.14 | 272.52 | 0.65 | 0.61 |
| Hex | A0 | 59 | DC | 1B | 3C | 0 | E | 111 | 41 | 3D |
| Octal | 240 | 131 | 334 | 33 | 74 | 0 | 16 | 421 | 101 | 75 |
| Binary | 10100000 | 1011001 | 11011100 | 11011 | 111100 | 0 | 1110 | 100010001 | 1000001 | 111101 |
Color Harmonies of #A059DC
Complementary color
Monochromatic Colors of #A059DC
Black with #A059DC
Text Example
Text Example
White with #A059DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059DC; }
p { color: rgb(160,89,220); }
H1.HeaderClassName
{
color: #A059DC;
}
.AnyTagClassName
{
color: #A059DC;
}
</style>
background-color css
<style>
a { background-color: #A059DC; }
a { background-color: rgb(160,89,220); }
div.DivClassName
{
background-color: #A059DC;
}
.BgClassName
{
background-color: #A059DC;
}
</style>
border-color css
<style>
span { border-color: #A059DC; }
span { border-color: rgb(160,89,220); }
td.TdClassName
{
border-color: #A059DC;
}
.TagClassName
{
border-color: #A059DC;
}
</style>