Shades of Amethyst #AA6EDD
Tints of Amethyst #AA6EDD
RGB
CMYK
RGB Variations
Color information
#AA6EDD (or 0xAA6EDD) is known color: Amethyst. HEX triplet: AA, 6E and DD. RGB value is (170,110,221). Sum of RGB (Red+Green+Blue) = 170+110+221=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDD is #559122. Grayscale: #8C8C8C. Windows color (decimal): -5607715 or 14511786. OLE color: 14511786.
HSL color Cylindrical-coordinate representation of color #AA6EDD: hue angle of 272.43º degrees, saturation: 0.62, 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 #AA6EDD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 110 | 221 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.13 |
| HSL | 272.43º | 0.62% | 0.65% | - |
| HSV(B) | 272.43º | 0.5% | 0.87% | - |
| XYZ | 35.2 | 24.92 | 71.36 | - |
| YUV | 140.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 221 | 0.23 | 0.50 | 0 | 0.13 | 272.43 | 0.62 | 0.65 |
| Hex | AA | 6E | DD | 17 | 32 | 0 | D | 110 | 3E | 41 |
| Octal | 252 | 156 | 335 | 27 | 62 | 0 | 15 | 420 | 76 | 101 |
| Binary | 10101010 | 1101110 | 11011101 | 10111 | 110010 | 0 | 1101 | 100010000 | 111110 | 1000001 |
Color Harmonies of #AA6EDD
Complementary color
Monochromatic Colors of #AA6EDD
Black with #AA6EDD
Text Example
Text Example
White with #AA6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EDD; }
p { color: rgb(170,110,221); }
H1.HeaderClassName
{
color: #AA6EDD;
}
.AnyTagClassName
{
color: #AA6EDD;
}
</style>
background-color css
<style>
a { background-color: #AA6EDD; }
a { background-color: rgb(170,110,221); }
div.DivClassName
{
background-color: #AA6EDD;
}
.BgClassName
{
background-color: #AA6EDD;
}
</style>
border-color css
<style>
span { border-color: #AA6EDD; }
span { border-color: rgb(170,110,221); }
td.TdClassName
{
border-color: #AA6EDD;
}
.TagClassName
{
border-color: #AA6EDD;
}
</style>