Shades of Eggplant #AA0475
Tints of Eggplant #AA0475
RGB
CMYK
RGB Variations
Color information
#AA0475 (or 0xAA0475) is known color: Eggplant. HEX triplet: AA, 04 and 75. RGB value is (170,4,117). Sum of RGB (Red+Green+Blue) = 170+4+117=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0475 is #55FB8A. Grayscale: #424242. Windows color (decimal): -5634955 or 7668906. OLE color: 7668906.
HSL color Cylindrical-coordinate representation of color #AA0475: hue angle of 319.16º degrees, saturation: 0.95, 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 #AA0475 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.33 |
| HSL | 319.16º | 0.95% | 0.34% | - |
| HSV(B) | 319.16º | 0.98% | 0.67% | - |
| XYZ | 19.83 | 9.92 | 17.7 | - |
| YUV | 66.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 117 | 0 | 0.98 | 0.31 | 0.33 | 319.16 | 0.95 | 0.34 |
| Hex | AA | 4 | 75 | 0 | 62 | 1F | 21 | 13F | 5F | 22 |
| Octal | 252 | 4 | 165 | 0 | 142 | 37 | 41 | 477 | 137 | 42 |
| Binary | 10101010 | 100 | 1110101 | 0 | 1100010 | 11111 | 100001 | 100111111 | 1011111 | 100010 |
Color Harmonies of #AA0475
Complementary color
Monochromatic Colors of #AA0475
Black with #AA0475
Text Example
Text Example
White with #AA0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0475; }
p { color: rgb(170,4,117); }
H1.HeaderClassName
{
color: #AA0475;
}
.AnyTagClassName
{
color: #AA0475;
}
</style>
background-color css
<style>
a { background-color: #AA0475; }
a { background-color: rgb(170,4,117); }
div.DivClassName
{
background-color: #AA0475;
}
.BgClassName
{
background-color: #AA0475;
}
</style>
border-color css
<style>
span { border-color: #AA0475; }
span { border-color: rgb(170,4,117); }
td.TdClassName
{
border-color: #AA0475;
}
.TagClassName
{
border-color: #AA0475;
}
</style>