Shades of Amethyst #AA66CE
Tints of Amethyst #AA66CE
RGB
CMYK
RGB Variations
Color information
#AA66CE (or 0xAA66CE) is known color: Amethyst. HEX triplet: AA, 66 and CE. RGB value is (170,102,206). Sum of RGB (Red+Green+Blue) = 170+102+206=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA66CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CE is #559931. Grayscale: #858585. Windows color (decimal): -5609778 or 13526698. OLE color: 13526698.
HSL color Cylindrical-coordinate representation of color #AA66CE: hue angle of 279.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA66CE is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 102 | 206 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.19 |
| HSL | 279.23º | 0.51% | 0.6% | - |
| HSV(B) | 279.23º | 0.5% | 0.81% | - |
| XYZ | 32.47 | 22.51 | 61.03 | - |
| YUV | 134.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 206 | 0.17 | 0.50 | 0 | 0.19 | 279.23 | 0.51 | 0.6 |
| Hex | AA | 66 | CE | 11 | 32 | 0 | 13 | 117 | 33 | 3C |
| Octal | 252 | 146 | 316 | 21 | 62 | 0 | 23 | 427 | 63 | 74 |
| Binary | 10101010 | 1100110 | 11001110 | 10001 | 110010 | 0 | 10011 | 100010111 | 110011 | 111100 |
Color Harmonies of #AA66CE
Complementary color
Monochromatic Colors of #AA66CE
Black with #AA66CE
Text Example
Text Example
White with #AA66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66CE; }
p { color: rgb(170,102,206); }
H1.HeaderClassName
{
color: #AA66CE;
}
.AnyTagClassName
{
color: #AA66CE;
}
</style>
background-color css
<style>
a { background-color: #AA66CE; }
a { background-color: rgb(170,102,206); }
div.DivClassName
{
background-color: #AA66CE;
}
.BgClassName
{
background-color: #AA66CE;
}
</style>
border-color css
<style>
span { border-color: #AA66CE; }
span { border-color: rgb(170,102,206); }
td.TdClassName
{
border-color: #AA66CE;
}
.TagClassName
{
border-color: #AA66CE;
}
</style>