Shades of Amethyst #A459D1
Tints of Amethyst #A459D1
RGB
CMYK
RGB Variations
Color information
#A459D1 (or 0xA459D1) is known color: Amethyst. HEX triplet: A4, 59 and D1. RGB value is (164,89,209). Sum of RGB (Red+Green+Blue) = 164+89+209=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #A459D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459D1 is #5BA62E. Grayscale: #7C7C7C. Windows color (decimal): -6006319 or 13719972. OLE color: 13719972.
HSL color Cylindrical-coordinate representation of color #A459D1: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A459D1 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 89 | 209 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.18 |
| HSL | 277.5º | 0.57% | 0.58% | - |
| HSV(B) | 277.5º | 0.57% | 0.82% | - |
| XYZ | 30.39 | 19.64 | 62.51 | - |
| YUV | 125.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 209 | 0.22 | 0.57 | 0 | 0.18 | 277.5 | 0.57 | 0.58 |
| Hex | A4 | 59 | D1 | 16 | 39 | 0 | 12 | 116 | 39 | 3A |
| Octal | 244 | 131 | 321 | 26 | 71 | 0 | 22 | 426 | 71 | 72 |
| Binary | 10100100 | 1011001 | 11010001 | 10110 | 111001 | 0 | 10010 | 100010110 | 111001 | 111010 |
Color Harmonies of #A459D1
Complementary color
Monochromatic Colors of #A459D1
Black with #A459D1
Text Example
Text Example
White with #A459D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459D1; }
p { color: rgb(164,89,209); }
H1.HeaderClassName
{
color: #A459D1;
}
.AnyTagClassName
{
color: #A459D1;
}
</style>
background-color css
<style>
a { background-color: #A459D1; }
a { background-color: rgb(164,89,209); }
div.DivClassName
{
background-color: #A459D1;
}
.BgClassName
{
background-color: #A459D1;
}
</style>
border-color css
<style>
span { border-color: #A459D1; }
span { border-color: rgb(164,89,209); }
td.TdClassName
{
border-color: #A459D1;
}
.TagClassName
{
border-color: #A459D1;
}
</style>