Shades of Eggplant #AA0675
Tints of Eggplant #AA0675
RGB
CMYK
RGB Variations
Color information
#AA0675 (or 0xAA0675) is known color: Eggplant. HEX triplet: AA, 06 and 75. RGB value is (170,6,117). Sum of RGB (Red+Green+Blue) = 170+6+117=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0675 is #55F98A. Grayscale: #434343. Windows color (decimal): -5634443 or 7669418. OLE color: 7669418.
HSL color Cylindrical-coordinate representation of color #AA0675: hue angle of 319.39º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0675 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 117 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.33 |
| HSL | 319.39º | 0.93% | 0.35% | - |
| HSV(B) | 319.39º | 0.96% | 0.67% | - |
| XYZ | 19.85 | 9.96 | 17.71 | - |
| YUV | 67.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 117 | 0 | 0.96 | 0.31 | 0.33 | 319.39 | 0.93 | 0.35 |
| Hex | AA | 6 | 75 | 0 | 60 | 1F | 21 | 13F | 5D | 23 |
| Octal | 252 | 6 | 165 | 0 | 140 | 37 | 41 | 477 | 135 | 43 |
| Binary | 10101010 | 110 | 1110101 | 0 | 1100000 | 11111 | 100001 | 100111111 | 1011101 | 100011 |
Color Harmonies of #AA0675
Complementary color
Monochromatic Colors of #AA0675
Black with #AA0675
Text Example
Text Example
White with #AA0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0675; }
p { color: rgb(170,6,117); }
H1.HeaderClassName
{
color: #AA0675;
}
.AnyTagClassName
{
color: #AA0675;
}
</style>
background-color css
<style>
a { background-color: #AA0675; }
a { background-color: rgb(170,6,117); }
div.DivClassName
{
background-color: #AA0675;
}
.BgClassName
{
background-color: #AA0675;
}
</style>
border-color css
<style>
span { border-color: #AA0675; }
span { border-color: rgb(170,6,117); }
td.TdClassName
{
border-color: #AA0675;
}
.TagClassName
{
border-color: #AA0675;
}
</style>