Shades of Amethyst #AA6ED9
Tints of Amethyst #AA6ED9
RGB
CMYK
RGB Variations
Color information
#AA6ED9 (or 0xAA6ED9) is known color: Amethyst. HEX triplet: AA, 6E and D9. RGB value is (170,110,217). Sum of RGB (Red+Green+Blue) = 170+110+217=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA6ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ED9 is #559126. Grayscale: #8B8B8B. Windows color (decimal): -5607719 or 14249642. OLE color: 14249642.
HSL color Cylindrical-coordinate representation of color #AA6ED9: hue angle of 273.64º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6ED9 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 110 | 217 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.15 |
| HSL | 273.64º | 0.58% | 0.64% | - |
| HSV(B) | 273.64º | 0.49% | 0.85% | - |
| XYZ | 34.68 | 24.71 | 68.59 | - |
| YUV | 140.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 217 | 0.22 | 0.49 | 0 | 0.15 | 273.64 | 0.58 | 0.64 |
| Hex | AA | 6E | D9 | 16 | 31 | 0 | F | 112 | 3A | 40 |
| Octal | 252 | 156 | 331 | 26 | 61 | 0 | 17 | 422 | 72 | 100 |
| Binary | 10101010 | 1101110 | 11011001 | 10110 | 110001 | 0 | 1111 | 100010010 | 111010 | 1000000 |
Color Harmonies of #AA6ED9
Complementary color
Monochromatic Colors of #AA6ED9
Black with #AA6ED9
Text Example
Text Example
White with #AA6ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ED9; }
p { color: rgb(170,110,217); }
H1.HeaderClassName
{
color: #AA6ED9;
}
.AnyTagClassName
{
color: #AA6ED9;
}
</style>
background-color css
<style>
a { background-color: #AA6ED9; }
a { background-color: rgb(170,110,217); }
div.DivClassName
{
background-color: #AA6ED9;
}
.BgClassName
{
background-color: #AA6ED9;
}
</style>
border-color css
<style>
span { border-color: #AA6ED9; }
span { border-color: rgb(170,110,217); }
td.TdClassName
{
border-color: #AA6ED9;
}
.TagClassName
{
border-color: #AA6ED9;
}
</style>