Shades of Eggplant #AD0070
Tints of Eggplant #AD0070
RGB
CMYK
RGB Variations
Color information
#AD0070 (or 0xAD0070) is known color: Eggplant. HEX triplet: AD, 00 and 70. RGB value is (173,0,112). Sum of RGB (Red+Green+Blue) = 173+0+112=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0070 is #52FF8F. Grayscale: #404040. Windows color (decimal): -5439376 or 7340205. OLE color: 7340205.
HSL color Cylindrical-coordinate representation of color #AD0070: hue angle of 321.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0070 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.35 | 0.32 |
| HSL | 321.16º | 1% | 0.34% | - |
| HSV(B) | 321.16º | 1% | 0.68% | - |
| XYZ | 20.16 | 10.05 | 16.21 | - |
| YUV | 64.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 112 | 0 | 1 | 0.35 | 0.32 | 321.16 | 1 | 0.34 |
| Hex | AD | 0 | 70 | 0 | 64 | 23 | 20 | 141 | 64 | 22 |
| Octal | 255 | 0 | 160 | 0 | 144 | 43 | 40 | 501 | 144 | 42 |
| Binary | 10101101 | 0 | 1110000 | 0 | 1100100 | 100011 | 100000 | 101000001 | 1100100 | 100010 |
Color Harmonies of #AD0070
Complementary color
Monochromatic Colors of #AD0070
Black with #AD0070
Text Example
Text Example
White with #AD0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0070; }
p { color: rgb(173,0,112); }
H1.HeaderClassName
{
color: #AD0070;
}
.AnyTagClassName
{
color: #AD0070;
}
</style>
background-color css
<style>
a { background-color: #AD0070; }
a { background-color: rgb(173,0,112); }
div.DivClassName
{
background-color: #AD0070;
}
.BgClassName
{
background-color: #AD0070;
}
</style>
border-color css
<style>
span { border-color: #AD0070; }
span { border-color: rgb(173,0,112); }
td.TdClassName
{
border-color: #AD0070;
}
.TagClassName
{
border-color: #AD0070;
}
</style>