Shades of Eggplant #AA006B
Tints of Eggplant #AA006B
RGB
CMYK
RGB Variations
Color information
#AA006B (or 0xAA006B) is known color: Eggplant. HEX triplet: AA, 00 and 6B. RGB value is (170,0,107). Sum of RGB (Red+Green+Blue) = 170+0+107=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA006B is #55FF94. Grayscale: #3E3E3E. Windows color (decimal): -5635989 or 7012522. OLE color: 7012522.
HSL color Cylindrical-coordinate representation of color #AA006B: hue angle of 322.24º 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 #AA006B is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.37 | 0.33 |
| HSL | 322.24º | 1% | 0.33% | - |
| HSV(B) | 322.24º | 1% | 0.67% | - |
| XYZ | 19.23 | 9.61 | 14.75 | - |
| YUV | 63.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 107 | 0 | 1 | 0.37 | 0.33 | 322.24 | 1 | 0.33 |
| Hex | AA | 0 | 6B | 0 | 64 | 25 | 21 | 142 | 64 | 21 |
| Octal | 252 | 0 | 153 | 0 | 144 | 45 | 41 | 502 | 144 | 41 |
| Binary | 10101010 | 0 | 1101011 | 0 | 1100100 | 100101 | 100001 | 101000010 | 1100100 | 100001 |
Color Harmonies of #AA006B
Complementary color
Monochromatic Colors of #AA006B
Black with #AA006B
Text Example
Text Example
White with #AA006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA006B; }
p { color: rgb(170,0,107); }
H1.HeaderClassName
{
color: #AA006B;
}
.AnyTagClassName
{
color: #AA006B;
}
</style>
background-color css
<style>
a { background-color: #AA006B; }
a { background-color: rgb(170,0,107); }
div.DivClassName
{
background-color: #AA006B;
}
.BgClassName
{
background-color: #AA006B;
}
</style>
border-color css
<style>
span { border-color: #AA006B; }
span { border-color: rgb(170,0,107); }
td.TdClassName
{
border-color: #AA006B;
}
.TagClassName
{
border-color: #AA006B;
}
</style>