Shades of Eggplant #AD007E
Tints of Eggplant #AD007E
RGB
CMYK
RGB Variations
Color information
#AD007E (or 0xAD007E) is known color: Eggplant. HEX triplet: AD, 00 and 7E. RGB value is (173,0,126). Sum of RGB (Red+Green+Blue) = 173+0+126=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD007E is #52FF81. Grayscale: #414141. Windows color (decimal): -5439362 or 8257709. OLE color: 8257709.
HSL color Cylindrical-coordinate representation of color #AD007E: hue angle of 316.3º 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 #AD007E is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.27 | 0.32 |
| HSL | 316.3º | 1% | 0.34% | - |
| HSV(B) | 316.3º | 1% | 0.68% | - |
| XYZ | 21 | 10.39 | 20.64 | - |
| YUV | 66.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 126 | 0 | 1 | 0.27 | 0.32 | 316.3 | 1 | 0.34 |
| Hex | AD | 0 | 7E | 0 | 64 | 1B | 20 | 13C | 64 | 22 |
| Octal | 255 | 0 | 176 | 0 | 144 | 33 | 40 | 474 | 144 | 42 |
| Binary | 10101101 | 0 | 1111110 | 0 | 1100100 | 11011 | 100000 | 100111100 | 1100100 | 100010 |
Color Harmonies of #AD007E
Complementary color
Monochromatic Colors of #AD007E
Black with #AD007E
Text Example
Text Example
White with #AD007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD007E; }
p { color: rgb(173,0,126); }
H1.HeaderClassName
{
color: #AD007E;
}
.AnyTagClassName
{
color: #AD007E;
}
</style>
background-color css
<style>
a { background-color: #AD007E; }
a { background-color: rgb(173,0,126); }
div.DivClassName
{
background-color: #AD007E;
}
.BgClassName
{
background-color: #AD007E;
}
</style>
border-color css
<style>
span { border-color: #AD007E; }
span { border-color: rgb(173,0,126); }
td.TdClassName
{
border-color: #AD007E;
}
.TagClassName
{
border-color: #AD007E;
}
</style>