Shades of Eggplant #AE087A
Tints of Eggplant #AE087A
RGB
CMYK
RGB Variations
Color information
#AE087A (or 0xAE087A) is known color: Eggplant. HEX triplet: AE, 08 and 7A. RGB value is (174,8,122). Sum of RGB (Red+Green+Blue) = 174+8+122=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE087A is #51F785. Grayscale: #464646. Windows color (decimal): -5371782 or 7997614. OLE color: 7997614.
HSL color Cylindrical-coordinate representation of color #AE087A: hue angle of 318.8º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE087A is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 122 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.32 |
| HSL | 318.8º | 0.91% | 0.36% | - |
| HSV(B) | 318.8º | 0.95% | 0.68% | - |
| XYZ | 21.06 | 10.58 | 19.34 | - |
| YUV | 70.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 122 | 0 | 0.95 | 0.30 | 0.32 | 318.8 | 0.91 | 0.36 |
| Hex | AE | 8 | 7A | 0 | 5F | 1E | 20 | 13F | 5B | 24 |
| Octal | 256 | 10 | 172 | 0 | 137 | 36 | 40 | 477 | 133 | 44 |
| Binary | 10101110 | 1000 | 1111010 | 0 | 1011111 | 11110 | 100000 | 100111111 | 1011011 | 100100 |
Color Harmonies of #AE087A
Complementary color
Monochromatic Colors of #AE087A
Black with #AE087A
Text Example
Text Example
White with #AE087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE087A; }
p { color: rgb(174,8,122); }
H1.HeaderClassName
{
color: #AE087A;
}
.AnyTagClassName
{
color: #AE087A;
}
</style>
background-color css
<style>
a { background-color: #AE087A; }
a { background-color: rgb(174,8,122); }
div.DivClassName
{
background-color: #AE087A;
}
.BgClassName
{
background-color: #AE087A;
}
</style>
border-color css
<style>
span { border-color: #AE087A; }
span { border-color: rgb(174,8,122); }
td.TdClassName
{
border-color: #AE087A;
}
.TagClassName
{
border-color: #AE087A;
}
</style>