Shades of Eggplant #AE077B
Tints of Eggplant #AE077B
RGB
CMYK
RGB Variations
Color information
#AE077B (or 0xAE077B) is known color: Eggplant. HEX triplet: AE, 07 and 7B. RGB value is (174,7,123). Sum of RGB (Red+Green+Blue) = 174+7+123=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE077B is #51F884. Grayscale: #454545. Windows color (decimal): -5372037 or 8062894. OLE color: 8062894.
HSL color Cylindrical-coordinate representation of color #AE077B: hue angle of 318.32º 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 #AE077B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.32 |
| HSL | 318.32º | 0.92% | 0.35% | - |
| HSV(B) | 318.32º | 0.96% | 0.68% | - |
| XYZ | 21.11 | 10.58 | 19.67 | - |
| YUV | 70.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 123 | 0 | 0.96 | 0.29 | 0.32 | 318.32 | 0.92 | 0.35 |
| Hex | AE | 7 | 7B | 0 | 60 | 1D | 20 | 13E | 5C | 23 |
| Octal | 256 | 7 | 173 | 0 | 140 | 35 | 40 | 476 | 134 | 43 |
| Binary | 10101110 | 111 | 1111011 | 0 | 1100000 | 11101 | 100000 | 100111110 | 1011100 | 100011 |
Color Harmonies of #AE077B
Complementary color
Monochromatic Colors of #AE077B
Black with #AE077B
Text Example
Text Example
White with #AE077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE077B; }
p { color: rgb(174,7,123); }
H1.HeaderClassName
{
color: #AE077B;
}
.AnyTagClassName
{
color: #AE077B;
}
</style>
background-color css
<style>
a { background-color: #AE077B; }
a { background-color: rgb(174,7,123); }
div.DivClassName
{
background-color: #AE077B;
}
.BgClassName
{
background-color: #AE077B;
}
</style>
border-color css
<style>
span { border-color: #AE077B; }
span { border-color: rgb(174,7,123); }
td.TdClassName
{
border-color: #AE077B;
}
.TagClassName
{
border-color: #AE077B;
}
</style>