Shades of Eggplant #AA006A
Tints of Eggplant #AA006A
RGB
CMYK
RGB Variations
Color information
#AA006A (or 0xAA006A) is known color: Eggplant. HEX triplet: AA, 00 and 6A. RGB value is (170,0,106). Sum of RGB (Red+Green+Blue) = 170+0+106=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA006A is #55FF95. Grayscale: #3E3E3E. Windows color (decimal): -5635990 or 6946986. OLE color: 6946986.
HSL color Cylindrical-coordinate representation of color #AA006A: hue angle of 322.59º 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 #AA006A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.38 | 0.33 |
| HSL | 322.59º | 1% | 0.33% | - |
| HSV(B) | 322.59º | 1% | 0.67% | - |
| XYZ | 19.18 | 9.59 | 14.48 | - |
| YUV | 62.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 106 | 0 | 1 | 0.38 | 0.33 | 322.59 | 1 | 0.33 |
| Hex | AA | 0 | 6A | 0 | 64 | 26 | 21 | 143 | 64 | 21 |
| Octal | 252 | 0 | 152 | 0 | 144 | 46 | 41 | 503 | 144 | 41 |
| Binary | 10101010 | 0 | 1101010 | 0 | 1100100 | 100110 | 100001 | 101000011 | 1100100 | 100001 |
Color Harmonies of #AA006A
Complementary color
Monochromatic Colors of #AA006A
Black with #AA006A
Text Example
Text Example
White with #AA006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA006A; }
p { color: rgb(170,0,106); }
H1.HeaderClassName
{
color: #AA006A;
}
.AnyTagClassName
{
color: #AA006A;
}
</style>
background-color css
<style>
a { background-color: #AA006A; }
a { background-color: rgb(170,0,106); }
div.DivClassName
{
background-color: #AA006A;
}
.BgClassName
{
background-color: #AA006A;
}
</style>
border-color css
<style>
span { border-color: #AA006A; }
span { border-color: rgb(170,0,106); }
td.TdClassName
{
border-color: #AA006A;
}
.TagClassName
{
border-color: #AA006A;
}
</style>