Shades of Eggplant #AE077A
Tints of Eggplant #AE077A
RGB
CMYK
RGB Variations
Color information
#AE077A (or 0xAE077A) is known color: Eggplant. HEX triplet: AE, 07 and 7A. RGB value is (174,7,122). Sum of RGB (Red+Green+Blue) = 174+7+122=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE077A is #51F885. Grayscale: #454545. Windows color (decimal): -5372038 or 7997358. OLE color: 7997358.
HSL color Cylindrical-coordinate representation of color #AE077A: hue angle of 318.68º 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 #AE077A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.32 |
| HSL | 318.68º | 0.92% | 0.35% | - |
| HSV(B) | 318.68º | 0.96% | 0.68% | - |
| XYZ | 21.04 | 10.56 | 19.34 | - |
| YUV | 70.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 122 | 0 | 0.96 | 0.30 | 0.32 | 318.68 | 0.92 | 0.35 |
| Hex | AE | 7 | 7A | 0 | 60 | 1E | 20 | 13F | 5C | 23 |
| Octal | 256 | 7 | 172 | 0 | 140 | 36 | 40 | 477 | 134 | 43 |
| Binary | 10101110 | 111 | 1111010 | 0 | 1100000 | 11110 | 100000 | 100111111 | 1011100 | 100011 |
Color Harmonies of #AE077A
Complementary color
Monochromatic Colors of #AE077A
Black with #AE077A
Text Example
Text Example
White with #AE077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE077A; }
p { color: rgb(174,7,122); }
H1.HeaderClassName
{
color: #AE077A;
}
.AnyTagClassName
{
color: #AE077A;
}
</style>
background-color css
<style>
a { background-color: #AE077A; }
a { background-color: rgb(174,7,122); }
div.DivClassName
{
background-color: #AE077A;
}
.BgClassName
{
background-color: #AE077A;
}
</style>
border-color css
<style>
span { border-color: #AE077A; }
span { border-color: rgb(174,7,122); }
td.TdClassName
{
border-color: #AE077A;
}
.TagClassName
{
border-color: #AE077A;
}
</style>