Shades of Amethyst #A459CE
Tints of Amethyst #A459CE
RGB
CMYK
RGB Variations
Color information
#A459CE (or 0xA459CE) is known color: Amethyst. HEX triplet: A4, 59 and CE. RGB value is (164,89,206). Sum of RGB (Red+Green+Blue) = 164+89+206=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A459CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459CE is #5BA631. Grayscale: #7C7C7C. Windows color (decimal): -6006322 or 13523364. OLE color: 13523364.
HSL color Cylindrical-coordinate representation of color #A459CE: hue angle of 278.46º 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 #A459CE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 89 | 206 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.19 |
| HSL | 278.46º | 0.54% | 0.58% | - |
| HSV(B) | 278.46º | 0.57% | 0.81% | - |
| XYZ | 30.02 | 19.49 | 60.57 | - |
| YUV | 124.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 206 | 0.20 | 0.57 | 0 | 0.19 | 278.46 | 0.54 | 0.58 |
| Hex | A4 | 59 | CE | 14 | 39 | 0 | 13 | 116 | 36 | 3A |
| Octal | 244 | 131 | 316 | 24 | 71 | 0 | 23 | 426 | 66 | 72 |
| Binary | 10100100 | 1011001 | 11001110 | 10100 | 111001 | 0 | 10011 | 100010110 | 110110 | 111010 |
Color Harmonies of #A459CE
Complementary color
Monochromatic Colors of #A459CE
Black with #A459CE
Text Example
Text Example
White with #A459CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459CE; }
p { color: rgb(164,89,206); }
H1.HeaderClassName
{
color: #A459CE;
}
.AnyTagClassName
{
color: #A459CE;
}
</style>
background-color css
<style>
a { background-color: #A459CE; }
a { background-color: rgb(164,89,206); }
div.DivClassName
{
background-color: #A459CE;
}
.BgClassName
{
background-color: #A459CE;
}
</style>
border-color css
<style>
span { border-color: #A459CE; }
span { border-color: rgb(164,89,206); }
td.TdClassName
{
border-color: #A459CE;
}
.TagClassName
{
border-color: #A459CE;
}
</style>