Shades of Amethyst #AA64E9
Tints of Amethyst #AA64E9
RGB
CMYK
RGB Variations
Color information
#AA64E9 (or 0xAA64E9) is known color: Amethyst. HEX triplet: AA, 64 and E9. RGB value is (170,100,233). Sum of RGB (Red+Green+Blue) = 170+100+233=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA64E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64E9 is #559B16. Grayscale: #878787. Windows color (decimal): -5610263 or 15295658. OLE color: 15295658.
HSL color Cylindrical-coordinate representation of color #AA64E9: hue angle of 271.58º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA64E9 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 100 | 233 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.09 |
| HSL | 271.58º | 0.75% | 0.65% | - |
| HSV(B) | 271.58º | 0.57% | 0.91% | - |
| XYZ | 35.84 | 23.54 | 79.75 | - |
| YUV | 136.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 233 | 0.27 | 0.57 | 0 | 0.09 | 271.58 | 0.75 | 0.65 |
| Hex | AA | 64 | E9 | 1B | 39 | 0 | 9 | 110 | 4B | 41 |
| Octal | 252 | 144 | 351 | 33 | 71 | 0 | 11 | 420 | 113 | 101 |
| Binary | 10101010 | 1100100 | 11101001 | 11011 | 111001 | 0 | 1001 | 100010000 | 1001011 | 1000001 |
Color Harmonies of #AA64E9
Complementary color
Monochromatic Colors of #AA64E9
Black with #AA64E9
Text Example
Text Example
White with #AA64E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64E9; }
p { color: rgb(170,100,233); }
H1.HeaderClassName
{
color: #AA64E9;
}
.AnyTagClassName
{
color: #AA64E9;
}
</style>
background-color css
<style>
a { background-color: #AA64E9; }
a { background-color: rgb(170,100,233); }
div.DivClassName
{
background-color: #AA64E9;
}
.BgClassName
{
background-color: #AA64E9;
}
</style>
border-color css
<style>
span { border-color: #AA64E9; }
span { border-color: rgb(170,100,233); }
td.TdClassName
{
border-color: #AA64E9;
}
.TagClassName
{
border-color: #AA64E9;
}
</style>