Shades of Eggplant #AA006C
Tints of Eggplant #AA006C
RGB
CMYK
RGB Variations
Color information
#AA006C (or 0xAA006C) is known color: Eggplant. HEX triplet: AA, 00 and 6C. RGB value is (170,0,108). Sum of RGB (Red+Green+Blue) = 170+0+108=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA006C is #55FF93. Grayscale: #3E3E3E. Windows color (decimal): -5635988 or 7078058. OLE color: 7078058.
HSL color Cylindrical-coordinate representation of color #AA006C: hue angle of 321.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA006C is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.36 | 0.33 |
| HSL | 321.88º | 1% | 0.33% | - |
| HSV(B) | 321.88º | 1% | 0.67% | - |
| XYZ | 19.28 | 9.63 | 15.03 | - |
| YUV | 63.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 108 | 0 | 1 | 0.36 | 0.33 | 321.88 | 1 | 0.33 |
| Hex | AA | 0 | 6C | 0 | 64 | 24 | 21 | 142 | 64 | 21 |
| Octal | 252 | 0 | 154 | 0 | 144 | 44 | 41 | 502 | 144 | 41 |
| Binary | 10101010 | 0 | 1101100 | 0 | 1100100 | 100100 | 100001 | 101000010 | 1100100 | 100001 |
Color Harmonies of #AA006C
Complementary color
Monochromatic Colors of #AA006C
Black with #AA006C
Text Example
Text Example
White with #AA006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA006C; }
p { color: rgb(170,0,108); }
H1.HeaderClassName
{
color: #AA006C;
}
.AnyTagClassName
{
color: #AA006C;
}
</style>
background-color css
<style>
a { background-color: #AA006C; }
a { background-color: rgb(170,0,108); }
div.DivClassName
{
background-color: #AA006C;
}
.BgClassName
{
background-color: #AA006C;
}
</style>
border-color css
<style>
span { border-color: #AA006C; }
span { border-color: rgb(170,0,108); }
td.TdClassName
{
border-color: #AA006C;
}
.TagClassName
{
border-color: #AA006C;
}
</style>