Shades of Amethyst #A259CE
Tints of Amethyst #A259CE
RGB
CMYK
RGB Variations
Color information
#A259CE (or 0xA259CE) is known color: Amethyst. HEX triplet: A2, 59 and CE. RGB value is (162,89,206). Sum of RGB (Red+Green+Blue) = 162+89+206=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A259CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259CE is #5DA631. Grayscale: #7B7B7B. Windows color (decimal): -6137394 or 13523362. OLE color: 13523362.
HSL color Cylindrical-coordinate representation of color #A259CE: hue angle of 277.44º 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 #A259CE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 89 | 206 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.19 |
| HSL | 277.44º | 0.54% | 0.58% | - |
| HSV(B) | 277.44º | 0.57% | 0.81% | - |
| XYZ | 29.61 | 19.28 | 60.55 | - |
| YUV | 124.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 206 | 0.21 | 0.57 | 0 | 0.19 | 277.44 | 0.54 | 0.58 |
| Hex | A2 | 59 | CE | 15 | 39 | 0 | 13 | 115 | 36 | 3A |
| Octal | 242 | 131 | 316 | 25 | 71 | 0 | 23 | 425 | 66 | 72 |
| Binary | 10100010 | 1011001 | 11001110 | 10101 | 111001 | 0 | 10011 | 100010101 | 110110 | 111010 |
Color Harmonies of #A259CE
Complementary color
Monochromatic Colors of #A259CE
Black with #A259CE
Text Example
Text Example
White with #A259CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259CE; }
p { color: rgb(162,89,206); }
H1.HeaderClassName
{
color: #A259CE;
}
.AnyTagClassName
{
color: #A259CE;
}
</style>
background-color css
<style>
a { background-color: #A259CE; }
a { background-color: rgb(162,89,206); }
div.DivClassName
{
background-color: #A259CE;
}
.BgClassName
{
background-color: #A259CE;
}
</style>
border-color css
<style>
span { border-color: #A259CE; }
span { border-color: rgb(162,89,206); }
td.TdClassName
{
border-color: #A259CE;
}
.TagClassName
{
border-color: #A259CE;
}
</style>