Shades of Eggplant #AE0176
Tints of Eggplant #AE0176
RGB
CMYK
RGB Variations
Color information
#AE0176 (or 0xAE0176) is known color: Eggplant. HEX triplet: AE, 01 and 76. RGB value is (174,1,118). Sum of RGB (Red+Green+Blue) = 174+1+118=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0176 is #51FE89. Grayscale: #414141. Windows color (decimal): -5373578 or 7733678. OLE color: 7733678.
HSL color Cylindrical-coordinate representation of color #AE0176: hue angle of 319.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0176 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.32 |
| HSL | 319.42º | 0.99% | 0.34% | - |
| HSV(B) | 319.42º | 0.99% | 0.68% | - |
| XYZ | 20.74 | 10.33 | 18.04 | - |
| YUV | 66.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 118 | 0 | 0.99 | 0.32 | 0.32 | 319.42 | 0.99 | 0.34 |
| Hex | AE | 1 | 76 | 0 | 63 | 20 | 20 | 13F | 63 | 22 |
| Octal | 256 | 1 | 166 | 0 | 143 | 40 | 40 | 477 | 143 | 42 |
| Binary | 10101110 | 1 | 1110110 | 0 | 1100011 | 100000 | 100000 | 100111111 | 1100011 | 100010 |
Color Harmonies of #AE0176
Complementary color
Monochromatic Colors of #AE0176
Black with #AE0176
Text Example
Text Example
White with #AE0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0176; }
p { color: rgb(174,1,118); }
H1.HeaderClassName
{
color: #AE0176;
}
.AnyTagClassName
{
color: #AE0176;
}
</style>
background-color css
<style>
a { background-color: #AE0176; }
a { background-color: rgb(174,1,118); }
div.DivClassName
{
background-color: #AE0176;
}
.BgClassName
{
background-color: #AE0176;
}
</style>
border-color css
<style>
span { border-color: #AE0176; }
span { border-color: rgb(174,1,118); }
td.TdClassName
{
border-color: #AE0176;
}
.TagClassName
{
border-color: #AE0176;
}
</style>