Shades of Eggplant #AE067A
Tints of Eggplant #AE067A
RGB
CMYK
RGB Variations
Color information
#AE067A (or 0xAE067A) is known color: Eggplant. HEX triplet: AE, 06 and 7A. RGB value is (174,6,122). Sum of RGB (Red+Green+Blue) = 174+6+122=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE067A is #51F985. Grayscale: #454545. Windows color (decimal): -5372294 or 7997102. OLE color: 7997102.
HSL color Cylindrical-coordinate representation of color #AE067A: hue angle of 318.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE067A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.32 |
| HSL | 318.57º | 0.93% | 0.35% | - |
| HSV(B) | 318.57º | 0.97% | 0.68% | - |
| XYZ | 21.03 | 10.53 | 19.34 | - |
| YUV | 69.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 6 | 122 | 0 | 0.97 | 0.30 | 0.32 | 318.57 | 0.93 | 0.35 |
| Hex | AE | 6 | 7A | 0 | 61 | 1E | 20 | 13F | 5D | 23 |
| Octal | 256 | 6 | 172 | 0 | 141 | 36 | 40 | 477 | 135 | 43 |
| Binary | 10101110 | 110 | 1111010 | 0 | 1100001 | 11110 | 100000 | 100111111 | 1011101 | 100011 |
Color Harmonies of #AE067A
Complementary color
Monochromatic Colors of #AE067A
Black with #AE067A
Text Example
Text Example
White with #AE067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE067A; }
p { color: rgb(174,6,122); }
H1.HeaderClassName
{
color: #AE067A;
}
.AnyTagClassName
{
color: #AE067A;
}
</style>
background-color css
<style>
a { background-color: #AE067A; }
a { background-color: rgb(174,6,122); }
div.DivClassName
{
background-color: #AE067A;
}
.BgClassName
{
background-color: #AE067A;
}
</style>
border-color css
<style>
span { border-color: #AE067A; }
span { border-color: rgb(174,6,122); }
td.TdClassName
{
border-color: #AE067A;
}
.TagClassName
{
border-color: #AE067A;
}
</style>