Shades of Eggplant #AA0375
Tints of Eggplant #AA0375
RGB
CMYK
RGB Variations
Color information
#AA0375 (or 0xAA0375) is known color: Eggplant. HEX triplet: AA, 03 and 75. RGB value is (170,3,117). Sum of RGB (Red+Green+Blue) = 170+3+117=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0375 is #55FC8A. Grayscale: #414141. Windows color (decimal): -5635211 or 7668650. OLE color: 7668650.
HSL color Cylindrical-coordinate representation of color #AA0375: hue angle of 319.04º 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 #AA0375 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.33 |
| HSL | 319.04º | 0.97% | 0.34% | - |
| HSV(B) | 319.04º | 0.98% | 0.67% | - |
| XYZ | 19.82 | 9.9 | 17.69 | - |
| YUV | 65.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 117 | 0 | 0.98 | 0.31 | 0.33 | 319.04 | 0.97 | 0.34 |
| Hex | AA | 3 | 75 | 0 | 62 | 1F | 21 | 13F | 61 | 22 |
| Octal | 252 | 3 | 165 | 0 | 142 | 37 | 41 | 477 | 141 | 42 |
| Binary | 10101010 | 11 | 1110101 | 0 | 1100010 | 11111 | 100001 | 100111111 | 1100001 | 100010 |
Color Harmonies of #AA0375
Complementary color
Monochromatic Colors of #AA0375
Black with #AA0375
Text Example
Text Example
White with #AA0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0375; }
p { color: rgb(170,3,117); }
H1.HeaderClassName
{
color: #AA0375;
}
.AnyTagClassName
{
color: #AA0375;
}
</style>
background-color css
<style>
a { background-color: #AA0375; }
a { background-color: rgb(170,3,117); }
div.DivClassName
{
background-color: #AA0375;
}
.BgClassName
{
background-color: #AA0375;
}
</style>
border-color css
<style>
span { border-color: #AA0375; }
span { border-color: rgb(170,3,117); }
td.TdClassName
{
border-color: #AA0375;
}
.TagClassName
{
border-color: #AA0375;
}
</style>