Shades of Eggplant #AA037D
Tints of Eggplant #AA037D
RGB
CMYK
RGB Variations
Color information
#AA037D (or 0xAA037D) is known color: Eggplant. HEX triplet: AA, 03 and 7D. RGB value is (170,3,125). Sum of RGB (Red+Green+Blue) = 170+3+125=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA037D is #55FC82. Grayscale: #424242. Windows color (decimal): -5635203 or 8192938. OLE color: 8192938.
HSL color Cylindrical-coordinate representation of color #AA037D: hue angle of 316.17º 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 #AA037D is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.33 |
| HSL | 316.17º | 0.97% | 0.34% | - |
| HSV(B) | 316.17º | 0.98% | 0.67% | - |
| XYZ | 20.31 | 10.09 | 20.28 | - |
| YUV | 66.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 125 | 0 | 0.98 | 0.26 | 0.33 | 316.17 | 0.97 | 0.34 |
| Hex | AA | 3 | 7D | 0 | 62 | 1A | 21 | 13C | 61 | 22 |
| Octal | 252 | 3 | 175 | 0 | 142 | 32 | 41 | 474 | 141 | 42 |
| Binary | 10101010 | 11 | 1111101 | 0 | 1100010 | 11010 | 100001 | 100111100 | 1100001 | 100010 |
Color Harmonies of #AA037D
Complementary color
Monochromatic Colors of #AA037D
Black with #AA037D
Text Example
Text Example
White with #AA037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA037D; }
p { color: rgb(170,3,125); }
H1.HeaderClassName
{
color: #AA037D;
}
.AnyTagClassName
{
color: #AA037D;
}
</style>
background-color css
<style>
a { background-color: #AA037D; }
a { background-color: rgb(170,3,125); }
div.DivClassName
{
background-color: #AA037D;
}
.BgClassName
{
background-color: #AA037D;
}
</style>
border-color css
<style>
span { border-color: #AA037D; }
span { border-color: rgb(170,3,125); }
td.TdClassName
{
border-color: #AA037D;
}
.TagClassName
{
border-color: #AA037D;
}
</style>