Shades of Amethyst #AA66DC
Tints of Amethyst #AA66DC
RGB
CMYK
RGB Variations
Color information
#AA66DC (or 0xAA66DC) is known color: Amethyst. HEX triplet: AA, 66 and DC. RGB value is (170,102,220). Sum of RGB (Red+Green+Blue) = 170+102+220=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66DC is #559923. Grayscale: #878787. Windows color (decimal): -5609764 or 14444202. OLE color: 14444202.
HSL color Cylindrical-coordinate representation of color #AA66DC: hue angle of 274.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA66DC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 102 | 220 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.14 |
| HSL | 274.58º | 0.63% | 0.63% | - |
| HSV(B) | 274.58º | 0.54% | 0.86% | - |
| XYZ | 34.25 | 23.22 | 70.39 | - |
| YUV | 135.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 220 | 0.23 | 0.54 | 0 | 0.14 | 274.58 | 0.63 | 0.63 |
| Hex | AA | 66 | DC | 17 | 36 | 0 | E | 113 | 3F | 3F |
| Octal | 252 | 146 | 334 | 27 | 66 | 0 | 16 | 423 | 77 | 77 |
| Binary | 10101010 | 1100110 | 11011100 | 10111 | 110110 | 0 | 1110 | 100010011 | 111111 | 111111 |
Color Harmonies of #AA66DC
Complementary color
Monochromatic Colors of #AA66DC
Black with #AA66DC
Text Example
Text Example
White with #AA66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66DC; }
p { color: rgb(170,102,220); }
H1.HeaderClassName
{
color: #AA66DC;
}
.AnyTagClassName
{
color: #AA66DC;
}
</style>
background-color css
<style>
a { background-color: #AA66DC; }
a { background-color: rgb(170,102,220); }
div.DivClassName
{
background-color: #AA66DC;
}
.BgClassName
{
background-color: #AA66DC;
}
</style>
border-color css
<style>
span { border-color: #AA66DC; }
span { border-color: rgb(170,102,220); }
td.TdClassName
{
border-color: #AA66DC;
}
.TagClassName
{
border-color: #AA66DC;
}
</style>