Shades of Eggplant #AA0674
Tints of Eggplant #AA0674
RGB
CMYK
RGB Variations
Color information
#AA0674 (or 0xAA0674) is known color: Eggplant. HEX triplet: AA, 06 and 74. RGB value is (170,6,116). Sum of RGB (Red+Green+Blue) = 170+6+116=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0674 is #55F98B. Grayscale: #434343. Windows color (decimal): -5634444 or 7603882. OLE color: 7603882.
HSL color Cylindrical-coordinate representation of color #AA0674: hue angle of 319.76º 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 #AA0674 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 116 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.33 |
| HSL | 319.76º | 0.93% | 0.35% | - |
| HSV(B) | 319.76º | 0.96% | 0.67% | - |
| XYZ | 19.8 | 9.94 | 17.4 | - |
| YUV | 67.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 116 | 0 | 0.96 | 0.32 | 0.33 | 319.76 | 0.93 | 0.35 |
| Hex | AA | 6 | 74 | 0 | 60 | 20 | 21 | 140 | 5D | 23 |
| Octal | 252 | 6 | 164 | 0 | 140 | 40 | 41 | 500 | 135 | 43 |
| Binary | 10101010 | 110 | 1110100 | 0 | 1100000 | 100000 | 100001 | 101000000 | 1011101 | 100011 |
Color Harmonies of #AA0674
Complementary color
Monochromatic Colors of #AA0674
Black with #AA0674
Text Example
Text Example
White with #AA0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0674; }
p { color: rgb(170,6,116); }
H1.HeaderClassName
{
color: #AA0674;
}
.AnyTagClassName
{
color: #AA0674;
}
</style>
background-color css
<style>
a { background-color: #AA0674; }
a { background-color: rgb(170,6,116); }
div.DivClassName
{
background-color: #AA0674;
}
.BgClassName
{
background-color: #AA0674;
}
</style>
border-color css
<style>
span { border-color: #AA0674; }
span { border-color: rgb(170,6,116); }
td.TdClassName
{
border-color: #AA0674;
}
.TagClassName
{
border-color: #AA0674;
}
</style>