Shades of Amethyst #AA66D9
Tints of Amethyst #AA66D9
RGB
CMYK
RGB Variations
Color information
#AA66D9 (or 0xAA66D9) is known color: Amethyst. HEX triplet: AA, 66 and D9. RGB value is (170,102,217). Sum of RGB (Red+Green+Blue) = 170+102+217=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA66D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66D9 is #559926. Grayscale: #878787. Windows color (decimal): -5609767 or 14247594. OLE color: 14247594.
HSL color Cylindrical-coordinate representation of color #AA66D9: hue angle of 275.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA66D9 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 102 | 217 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.15 |
| HSL | 275.48º | 0.6% | 0.63% | - |
| HSV(B) | 275.48º | 0.53% | 0.85% | - |
| XYZ | 33.85 | 23.06 | 68.31 | - |
| YUV | 135.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 217 | 0.22 | 0.53 | 0 | 0.15 | 275.48 | 0.6 | 0.63 |
| Hex | AA | 66 | D9 | 16 | 35 | 0 | F | 113 | 3C | 3F |
| Octal | 252 | 146 | 331 | 26 | 65 | 0 | 17 | 423 | 74 | 77 |
| Binary | 10101010 | 1100110 | 11011001 | 10110 | 110101 | 0 | 1111 | 100010011 | 111100 | 111111 |
Color Harmonies of #AA66D9
Complementary color
Monochromatic Colors of #AA66D9
Black with #AA66D9
Text Example
Text Example
White with #AA66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66D9; }
p { color: rgb(170,102,217); }
H1.HeaderClassName
{
color: #AA66D9;
}
.AnyTagClassName
{
color: #AA66D9;
}
</style>
background-color css
<style>
a { background-color: #AA66D9; }
a { background-color: rgb(170,102,217); }
div.DivClassName
{
background-color: #AA66D9;
}
.BgClassName
{
background-color: #AA66D9;
}
</style>
border-color css
<style>
span { border-color: #AA66D9; }
span { border-color: rgb(170,102,217); }
td.TdClassName
{
border-color: #AA66D9;
}
.TagClassName
{
border-color: #AA66D9;
}
</style>