Shades of Amethyst #A459E6
Tints of Amethyst #A459E6
RGB
CMYK
RGB Variations
Color information
#A459E6 (or 0xA459E6) is known color: Amethyst. HEX triplet: A4, 59 and E6. RGB value is (164,89,230). Sum of RGB (Red+Green+Blue) = 164+89+230=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #A459E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A459E6 is #5BA619. Grayscale: #7F7F7F. Windows color (decimal): -6006298 or 15096228. OLE color: 15096228.
HSL color Cylindrical-coordinate representation of color #A459E6: hue angle of 271.91º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A459E6 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 89 | 230 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.10 |
| HSL | 271.91º | 0.74% | 0.63% | - |
| HSV(B) | 271.91º | 0.61% | 0.9% | - |
| XYZ | 33.17 | 20.75 | 77.12 | - |
| YUV | 127.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 230 | 0.29 | 0.61 | 0 | 0.10 | 271.91 | 0.74 | 0.63 |
| Hex | A4 | 59 | E6 | 1D | 3D | 0 | A | 110 | 4A | 3F |
| Octal | 244 | 131 | 346 | 35 | 75 | 0 | 12 | 420 | 112 | 77 |
| Binary | 10100100 | 1011001 | 11100110 | 11101 | 111101 | 0 | 1010 | 100010000 | 1001010 | 111111 |
Color Harmonies of #A459E6
Complementary color
Monochromatic Colors of #A459E6
Black with #A459E6
Text Example
Text Example
White with #A459E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459E6; }
p { color: rgb(164,89,230); }
H1.HeaderClassName
{
color: #A459E6;
}
.AnyTagClassName
{
color: #A459E6;
}
</style>
background-color css
<style>
a { background-color: #A459E6; }
a { background-color: rgb(164,89,230); }
div.DivClassName
{
background-color: #A459E6;
}
.BgClassName
{
background-color: #A459E6;
}
</style>
border-color css
<style>
span { border-color: #A459E6; }
span { border-color: rgb(164,89,230); }
td.TdClassName
{
border-color: #A459E6;
}
.TagClassName
{
border-color: #A459E6;
}
</style>