Shades of Eggplant #AE017F
Tints of Eggplant #AE017F
RGB
CMYK
RGB Variations
Color information
#AE017F (or 0xAE017F) is known color: Eggplant. HEX triplet: AE, 01 and 7F. RGB value is (174,1,127). Sum of RGB (Red+Green+Blue) = 174+1+127=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE017F is #51FE80. Grayscale: #424242. Windows color (decimal): -5373569 or 8323502. OLE color: 8323502.
HSL color Cylindrical-coordinate representation of color #AE017F: hue angle of 316.3º 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 #AE017F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.32 |
| HSL | 316.3º | 0.99% | 0.34% | - |
| HSV(B) | 316.3º | 0.99% | 0.68% | - |
| XYZ | 21.3 | 10.55 | 20.99 | - |
| YUV | 67.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 127 | 0 | 0.99 | 0.27 | 0.32 | 316.3 | 0.99 | 0.34 |
| Hex | AE | 1 | 7F | 0 | 63 | 1B | 20 | 13C | 63 | 22 |
| Octal | 256 | 1 | 177 | 0 | 143 | 33 | 40 | 474 | 143 | 42 |
| Binary | 10101110 | 1 | 1111111 | 0 | 1100011 | 11011 | 100000 | 100111100 | 1100011 | 100010 |
Color Harmonies of #AE017F
Complementary color
Monochromatic Colors of #AE017F
Black with #AE017F
Text Example
Text Example
White with #AE017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE017F; }
p { color: rgb(174,1,127); }
H1.HeaderClassName
{
color: #AE017F;
}
.AnyTagClassName
{
color: #AE017F;
}
</style>
background-color css
<style>
a { background-color: #AE017F; }
a { background-color: rgb(174,1,127); }
div.DivClassName
{
background-color: #AE017F;
}
.BgClassName
{
background-color: #AE017F;
}
</style>
border-color css
<style>
span { border-color: #AE017F; }
span { border-color: rgb(174,1,127); }
td.TdClassName
{
border-color: #AE017F;
}
.TagClassName
{
border-color: #AE017F;
}
</style>