Shades of Eggplant #AE0373
Tints of Eggplant #AE0373
RGB
CMYK
RGB Variations
Color information
#AE0373 (or 0xAE0373) is known color: Eggplant. HEX triplet: AE, 03 and 73. RGB value is (174,3,115). Sum of RGB (Red+Green+Blue) = 174+3+115=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0373 is #51FC8C. Grayscale: #424242. Windows color (decimal): -5373069 or 7537582. OLE color: 7537582.
HSL color Cylindrical-coordinate representation of color #AE0373: hue angle of 320.7º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0373 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.32 |
| HSL | 320.7º | 0.97% | 0.35% | - |
| HSV(B) | 320.7º | 0.98% | 0.68% | - |
| XYZ | 20.58 | 10.3 | 17.12 | - |
| YUV | 66.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 115 | 0 | 0.98 | 0.34 | 0.32 | 320.7 | 0.97 | 0.35 |
| Hex | AE | 3 | 73 | 0 | 62 | 22 | 20 | 141 | 61 | 23 |
| Octal | 256 | 3 | 163 | 0 | 142 | 42 | 40 | 501 | 141 | 43 |
| Binary | 10101110 | 11 | 1110011 | 0 | 1100010 | 100010 | 100000 | 101000001 | 1100001 | 100011 |
Color Harmonies of #AE0373
Complementary color
Monochromatic Colors of #AE0373
Black with #AE0373
Text Example
Text Example
White with #AE0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0373; }
p { color: rgb(174,3,115); }
H1.HeaderClassName
{
color: #AE0373;
}
.AnyTagClassName
{
color: #AE0373;
}
</style>
background-color css
<style>
a { background-color: #AE0373; }
a { background-color: rgb(174,3,115); }
div.DivClassName
{
background-color: #AE0373;
}
.BgClassName
{
background-color: #AE0373;
}
</style>
border-color css
<style>
span { border-color: #AE0373; }
span { border-color: rgb(174,3,115); }
td.TdClassName
{
border-color: #AE0373;
}
.TagClassName
{
border-color: #AE0373;
}
</style>