Shades of Eggplant #AA037B
Tints of Eggplant #AA037B
RGB
CMYK
RGB Variations
Color information
#AA037B (or 0xAA037B) is known color: Eggplant. HEX triplet: AA, 03 and 7B. RGB value is (170,3,123). Sum of RGB (Red+Green+Blue) = 170+3+123=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA037B is #55FC84. Grayscale: #424242. Windows color (decimal): -5635205 or 8061866. OLE color: 8061866.
HSL color Cylindrical-coordinate representation of color #AA037B: hue angle of 316.89º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA037B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.33 |
| HSL | 316.89º | 0.97% | 0.34% | - |
| HSV(B) | 316.89º | 0.98% | 0.67% | - |
| XYZ | 20.19 | 10.04 | 19.61 | - |
| YUV | 66.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 123 | 0 | 0.98 | 0.28 | 0.33 | 316.89 | 0.97 | 0.34 |
| Hex | AA | 3 | 7B | 0 | 62 | 1C | 21 | 13D | 61 | 22 |
| Octal | 252 | 3 | 173 | 0 | 142 | 34 | 41 | 475 | 141 | 42 |
| Binary | 10101010 | 11 | 1111011 | 0 | 1100010 | 11100 | 100001 | 100111101 | 1100001 | 100010 |
Color Harmonies of #AA037B
Complementary color
Monochromatic Colors of #AA037B
Black with #AA037B
Text Example
Text Example
White with #AA037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA037B; }
p { color: rgb(170,3,123); }
H1.HeaderClassName
{
color: #AA037B;
}
.AnyTagClassName
{
color: #AA037B;
}
</style>
background-color css
<style>
a { background-color: #AA037B; }
a { background-color: rgb(170,3,123); }
div.DivClassName
{
background-color: #AA037B;
}
.BgClassName
{
background-color: #AA037B;
}
</style>
border-color css
<style>
span { border-color: #AA037B; }
span { border-color: rgb(170,3,123); }
td.TdClassName
{
border-color: #AA037B;
}
.TagClassName
{
border-color: #AA037B;
}
</style>