Shades of Amethyst #AA6EE1
Tints of Amethyst #AA6EE1
RGB
CMYK
RGB Variations
Color information
#AA6EE1 (or 0xAA6EE1) is known color: Amethyst. HEX triplet: AA, 6E and E1. RGB value is (170,110,225). Sum of RGB (Red+Green+Blue) = 170+110+225=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EE1 is #55911E. Grayscale: #8C8C8C. Windows color (decimal): -5607711 or 14773930. OLE color: 14773930.
HSL color Cylindrical-coordinate representation of color #AA6EE1: hue angle of 271.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6EE1 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 110 | 225 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.12 |
| HSL | 271.3º | 0.66% | 0.66% | - |
| HSV(B) | 271.3º | 0.51% | 0.88% | - |
| XYZ | 35.74 | 25.13 | 74.2 | - |
| YUV | 141.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 225 | 0.24 | 0.51 | 0 | 0.12 | 271.3 | 0.66 | 0.66 |
| Hex | AA | 6E | E1 | 18 | 33 | 0 | C | 10F | 42 | 42 |
| Octal | 252 | 156 | 341 | 30 | 63 | 0 | 14 | 417 | 102 | 102 |
| Binary | 10101010 | 1101110 | 11100001 | 11000 | 110011 | 0 | 1100 | 100001111 | 1000010 | 1000010 |
Color Harmonies of #AA6EE1
Complementary color
Monochromatic Colors of #AA6EE1
Black with #AA6EE1
Text Example
Text Example
White with #AA6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EE1; }
p { color: rgb(170,110,225); }
H1.HeaderClassName
{
color: #AA6EE1;
}
.AnyTagClassName
{
color: #AA6EE1;
}
</style>
background-color css
<style>
a { background-color: #AA6EE1; }
a { background-color: rgb(170,110,225); }
div.DivClassName
{
background-color: #AA6EE1;
}
.BgClassName
{
background-color: #AA6EE1;
}
</style>
border-color css
<style>
span { border-color: #AA6EE1; }
span { border-color: rgb(170,110,225); }
td.TdClassName
{
border-color: #AA6EE1;
}
.TagClassName
{
border-color: #AA6EE1;
}
</style>