Shades of Amethyst #AA6EDE
Tints of Amethyst #AA6EDE
RGB
CMYK
RGB Variations
Color information
#AA6EDE (or 0xAA6EDE) is known color: Amethyst. HEX triplet: AA, 6E and DE. RGB value is (170,110,222). Sum of RGB (Red+Green+Blue) = 170+110+222=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDE is #559121. Grayscale: #8C8C8C. Windows color (decimal): -5607714 or 14577322. OLE color: 14577322.
HSL color Cylindrical-coordinate representation of color #AA6EDE: hue angle of 272.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6EDE is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 110 | 222 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.13 |
| HSL | 272.14º | 0.63% | 0.65% | - |
| HSV(B) | 272.14º | 0.5% | 0.87% | - |
| XYZ | 35.34 | 24.97 | 72.06 | - |
| YUV | 140.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 222 | 0.23 | 0.50 | 0 | 0.13 | 272.14 | 0.63 | 0.65 |
| Hex | AA | 6E | DE | 17 | 32 | 0 | D | 110 | 3F | 41 |
| Octal | 252 | 156 | 336 | 27 | 62 | 0 | 15 | 420 | 77 | 101 |
| Binary | 10101010 | 1101110 | 11011110 | 10111 | 110010 | 0 | 1101 | 100010000 | 111111 | 1000001 |
Color Harmonies of #AA6EDE
Complementary color
Monochromatic Colors of #AA6EDE
Black with #AA6EDE
Text Example
Text Example
White with #AA6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EDE; }
p { color: rgb(170,110,222); }
H1.HeaderClassName
{
color: #AA6EDE;
}
.AnyTagClassName
{
color: #AA6EDE;
}
</style>
background-color css
<style>
a { background-color: #AA6EDE; }
a { background-color: rgb(170,110,222); }
div.DivClassName
{
background-color: #AA6EDE;
}
.BgClassName
{
background-color: #AA6EDE;
}
</style>
border-color css
<style>
span { border-color: #AA6EDE; }
span { border-color: rgb(170,110,222); }
td.TdClassName
{
border-color: #AA6EDE;
}
.TagClassName
{
border-color: #AA6EDE;
}
</style>