Shades of Eggplant #AA0A7B
Tints of Eggplant #AA0A7B
RGB
CMYK
RGB Variations
Color information
#AA0A7B (or 0xAA0A7B) is known color: Eggplant. HEX triplet: AA, 0A and 7B. RGB value is (170,10,123). Sum of RGB (Red+Green+Blue) = 170+10+123=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A7B is #55F584. Grayscale: #464646. Windows color (decimal): -5633413 or 8063658. OLE color: 8063658.
HSL color Cylindrical-coordinate representation of color #AA0A7B: hue angle of 317.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A7B is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 123 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.33 |
| HSL | 317.63º | 0.89% | 0.35% | - |
| HSV(B) | 317.63º | 0.94% | 0.67% | - |
| XYZ | 20.26 | 10.19 | 19.64 | - |
| YUV | 70.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 123 | 0 | 0.94 | 0.28 | 0.33 | 317.63 | 0.89 | 0.35 |
| Hex | AA | A | 7B | 0 | 5E | 1C | 21 | 13E | 59 | 23 |
| Octal | 252 | 12 | 173 | 0 | 136 | 34 | 41 | 476 | 131 | 43 |
| Binary | 10101010 | 1010 | 1111011 | 0 | 1011110 | 11100 | 100001 | 100111110 | 1011001 | 100011 |
Color Harmonies of #AA0A7B
Complementary color
Monochromatic Colors of #AA0A7B
Black with #AA0A7B
Text Example
Text Example
White with #AA0A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A7B; }
p { color: rgb(170,10,123); }
H1.HeaderClassName
{
color: #AA0A7B;
}
.AnyTagClassName
{
color: #AA0A7B;
}
</style>
background-color css
<style>
a { background-color: #AA0A7B; }
a { background-color: rgb(170,10,123); }
div.DivClassName
{
background-color: #AA0A7B;
}
.BgClassName
{
background-color: #AA0A7B;
}
</style>
border-color css
<style>
span { border-color: #AA0A7B; }
span { border-color: rgb(170,10,123); }
td.TdClassName
{
border-color: #AA0A7B;
}
.TagClassName
{
border-color: #AA0A7B;
}
</style>