Shades of Eggplant #AE0777
Tints of Eggplant #AE0777
RGB
CMYK
RGB Variations
Color information
#AE0777 (or 0xAE0777) is known color: Eggplant. HEX triplet: AE, 07 and 77. RGB value is (174,7,119). Sum of RGB (Red+Green+Blue) = 174+7+119=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0777 is #51F888. Grayscale: #454545. Windows color (decimal): -5372041 or 7800750. OLE color: 7800750.
HSL color Cylindrical-coordinate representation of color #AE0777: hue angle of 319.76º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0777 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 119 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.32 |
| HSL | 319.76º | 0.92% | 0.35% | - |
| HSV(B) | 319.76º | 0.96% | 0.68% | - |
| XYZ | 20.86 | 10.48 | 18.38 | - |
| YUV | 69.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 119 | 0 | 0.96 | 0.32 | 0.32 | 319.76 | 0.92 | 0.35 |
| Hex | AE | 7 | 77 | 0 | 60 | 20 | 20 | 140 | 5C | 23 |
| Octal | 256 | 7 | 167 | 0 | 140 | 40 | 40 | 500 | 134 | 43 |
| Binary | 10101110 | 111 | 1110111 | 0 | 1100000 | 100000 | 100000 | 101000000 | 1011100 | 100011 |
Color Harmonies of #AE0777
Complementary color
Monochromatic Colors of #AE0777
Black with #AE0777
Text Example
Text Example
White with #AE0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0777; }
p { color: rgb(174,7,119); }
H1.HeaderClassName
{
color: #AE0777;
}
.AnyTagClassName
{
color: #AE0777;
}
</style>
background-color css
<style>
a { background-color: #AE0777; }
a { background-color: rgb(174,7,119); }
div.DivClassName
{
background-color: #AE0777;
}
.BgClassName
{
background-color: #AE0777;
}
</style>
border-color css
<style>
span { border-color: #AE0777; }
span { border-color: rgb(174,7,119); }
td.TdClassName
{
border-color: #AE0777;
}
.TagClassName
{
border-color: #AE0777;
}
</style>