Shades of Amethyst #A059CE
Tints of Amethyst #A059CE
RGB
CMYK
RGB Variations
Color information
#A059CE (or 0xA059CE) is known color: Amethyst. HEX triplet: A0, 59 and CE. RGB value is (160,89,206). Sum of RGB (Red+Green+Blue) = 160+89+206=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #A059CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059CE is #5FA631. Grayscale: #7B7B7B. Windows color (decimal): -6268466 or 13523360. OLE color: 13523360.
HSL color Cylindrical-coordinate representation of color #A059CE: hue angle of 276.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A059CE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 89 | 206 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.19 |
| HSL | 276.41º | 0.54% | 0.58% | - |
| HSV(B) | 276.41º | 0.57% | 0.81% | - |
| XYZ | 29.21 | 19.07 | 60.53 | - |
| YUV | 123.57 | 174.52 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 206 | 0.22 | 0.57 | 0 | 0.19 | 276.41 | 0.54 | 0.58 |
| Hex | A0 | 59 | CE | 16 | 39 | 0 | 13 | 114 | 36 | 3A |
| Octal | 240 | 131 | 316 | 26 | 71 | 0 | 23 | 424 | 66 | 72 |
| Binary | 10100000 | 1011001 | 11001110 | 10110 | 111001 | 0 | 10011 | 100010100 | 110110 | 111010 |
Color Harmonies of #A059CE
Complementary color
Monochromatic Colors of #A059CE
Black with #A059CE
Text Example
Text Example
White with #A059CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059CE; }
p { color: rgb(160,89,206); }
H1.HeaderClassName
{
color: #A059CE;
}
.AnyTagClassName
{
color: #A059CE;
}
</style>
background-color css
<style>
a { background-color: #A059CE; }
a { background-color: rgb(160,89,206); }
div.DivClassName
{
background-color: #A059CE;
}
.BgClassName
{
background-color: #A059CE;
}
</style>
border-color css
<style>
span { border-color: #A059CE; }
span { border-color: rgb(160,89,206); }
td.TdClassName
{
border-color: #A059CE;
}
.TagClassName
{
border-color: #A059CE;
}
</style>