Shades of Eggplant #AD027B
Tints of Eggplant #AD027B
RGB
CMYK
RGB Variations
Color information
#AD027B (or 0xAD027B) is known color: Eggplant. HEX triplet: AD, 02 and 7B. RGB value is (173,2,123). Sum of RGB (Red+Green+Blue) = 173+2+123=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD027B is #52FD84. Grayscale: #424242. Windows color (decimal): -5438853 or 8061613. OLE color: 8061613.
HSL color Cylindrical-coordinate representation of color #AD027B: hue angle of 317.54º degrees, saturation: 0.98, 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 #AD027B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.32 |
| HSL | 317.54º | 0.98% | 0.34% | - |
| HSV(B) | 317.54º | 0.99% | 0.68% | - |
| XYZ | 20.83 | 10.36 | 19.64 | - |
| YUV | 66.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 123 | 0 | 0.99 | 0.29 | 0.32 | 317.54 | 0.98 | 0.34 |
| Hex | AD | 2 | 7B | 0 | 63 | 1D | 20 | 13E | 62 | 22 |
| Octal | 255 | 2 | 173 | 0 | 143 | 35 | 40 | 476 | 142 | 42 |
| Binary | 10101101 | 10 | 1111011 | 0 | 1100011 | 11101 | 100000 | 100111110 | 1100010 | 100010 |
Color Harmonies of #AD027B
Complementary color
Monochromatic Colors of #AD027B
Black with #AD027B
Text Example
Text Example
White with #AD027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD027B; }
p { color: rgb(173,2,123); }
H1.HeaderClassName
{
color: #AD027B;
}
.AnyTagClassName
{
color: #AD027B;
}
</style>
background-color css
<style>
a { background-color: #AD027B; }
a { background-color: rgb(173,2,123); }
div.DivClassName
{
background-color: #AD027B;
}
.BgClassName
{
background-color: #AD027B;
}
</style>
border-color css
<style>
span { border-color: #AD027B; }
span { border-color: rgb(173,2,123); }
td.TdClassName
{
border-color: #AD027B;
}
.TagClassName
{
border-color: #AD027B;
}
</style>