Shades of Eggplant #AE0779
Tints of Eggplant #AE0779
RGB
CMYK
RGB Variations
Color information
#AE0779 (or 0xAE0779) is known color: Eggplant. HEX triplet: AE, 07 and 79. RGB value is (174,7,121). Sum of RGB (Red+Green+Blue) = 174+7+121=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0779 is #51F886. Grayscale: #454545. Windows color (decimal): -5372039 or 7931822. OLE color: 7931822.
HSL color Cylindrical-coordinate representation of color #AE0779: hue angle of 319.04º 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 #AE0779 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 121 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.32 |
| HSL | 319.04º | 0.92% | 0.35% | - |
| HSV(B) | 319.04º | 0.96% | 0.68% | - |
| XYZ | 20.98 | 10.53 | 19.02 | - |
| YUV | 69.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 121 | 0 | 0.96 | 0.30 | 0.32 | 319.04 | 0.92 | 0.35 |
| Hex | AE | 7 | 79 | 0 | 60 | 1E | 20 | 13F | 5C | 23 |
| Octal | 256 | 7 | 171 | 0 | 140 | 36 | 40 | 477 | 134 | 43 |
| Binary | 10101110 | 111 | 1111001 | 0 | 1100000 | 11110 | 100000 | 100111111 | 1011100 | 100011 |
Color Harmonies of #AE0779
Complementary color
Monochromatic Colors of #AE0779
Black with #AE0779
Text Example
Text Example
White with #AE0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0779; }
p { color: rgb(174,7,121); }
H1.HeaderClassName
{
color: #AE0779;
}
.AnyTagClassName
{
color: #AE0779;
}
</style>
background-color css
<style>
a { background-color: #AE0779; }
a { background-color: rgb(174,7,121); }
div.DivClassName
{
background-color: #AE0779;
}
.BgClassName
{
background-color: #AE0779;
}
</style>
border-color css
<style>
span { border-color: #AE0779; }
span { border-color: rgb(174,7,121); }
td.TdClassName
{
border-color: #AE0779;
}
.TagClassName
{
border-color: #AE0779;
}
</style>