Shades of Eggplant #AE017B
Tints of Eggplant #AE017B
RGB
CMYK
RGB Variations
Color information
#AE017B (or 0xAE017B) is known color: Eggplant. HEX triplet: AE, 01 and 7B. RGB value is (174,1,123). Sum of RGB (Red+Green+Blue) = 174+1+123=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE017B is #51FE84. Grayscale: #424242. Windows color (decimal): -5373573 or 8061358. OLE color: 8061358.
HSL color Cylindrical-coordinate representation of color #AE017B: hue angle of 317.69º 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 #AE017B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.32 |
| HSL | 317.69º | 0.99% | 0.34% | - |
| HSV(B) | 317.69º | 0.99% | 0.68% | - |
| XYZ | 21.04 | 10.45 | 19.65 | - |
| YUV | 66.64 | 159.81 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 123 | 0 | 0.99 | 0.29 | 0.32 | 317.69 | 0.99 | 0.34 |
| Hex | AE | 1 | 7B | 0 | 63 | 1D | 20 | 13E | 63 | 22 |
| Octal | 256 | 1 | 173 | 0 | 143 | 35 | 40 | 476 | 143 | 42 |
| Binary | 10101110 | 1 | 1111011 | 0 | 1100011 | 11101 | 100000 | 100111110 | 1100011 | 100010 |
Color Harmonies of #AE017B
Complementary color
Monochromatic Colors of #AE017B
Black with #AE017B
Text Example
Text Example
White with #AE017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE017B; }
p { color: rgb(174,1,123); }
H1.HeaderClassName
{
color: #AE017B;
}
.AnyTagClassName
{
color: #AE017B;
}
</style>
background-color css
<style>
a { background-color: #AE017B; }
a { background-color: rgb(174,1,123); }
div.DivClassName
{
background-color: #AE017B;
}
.BgClassName
{
background-color: #AE017B;
}
</style>
border-color css
<style>
span { border-color: #AE017B; }
span { border-color: rgb(174,1,123); }
td.TdClassName
{
border-color: #AE017B;
}
.TagClassName
{
border-color: #AE017B;
}
</style>