Shades of Eggplant #AD007D
Tints of Eggplant #AD007D
RGB
CMYK
RGB Variations
Color information
#AD007D (or 0xAD007D) is known color: Eggplant. HEX triplet: AD, 00 and 7D. RGB value is (173,0,125). Sum of RGB (Red+Green+Blue) = 173+0+125=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD007D is #52FF82. Grayscale: #414141. Windows color (decimal): -5439363 or 8192173. OLE color: 8192173.
HSL color Cylindrical-coordinate representation of color #AD007D: hue angle of 316.65º 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 #AD007D is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.28 | 0.32 |
| HSL | 316.65º | 1% | 0.34% | - |
| HSV(B) | 316.65º | 1% | 0.68% | - |
| XYZ | 20.94 | 10.36 | 20.3 | - |
| YUV | 65.98 | 161.31 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 125 | 0 | 1 | 0.28 | 0.32 | 316.65 | 1 | 0.34 |
| Hex | AD | 0 | 7D | 0 | 64 | 1C | 20 | 13D | 64 | 22 |
| Octal | 255 | 0 | 175 | 0 | 144 | 34 | 40 | 475 | 144 | 42 |
| Binary | 10101101 | 0 | 1111101 | 0 | 1100100 | 11100 | 100000 | 100111101 | 1100100 | 100010 |
Color Harmonies of #AD007D
Complementary color
Monochromatic Colors of #AD007D
Black with #AD007D
Text Example
Text Example
White with #AD007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD007D; }
p { color: rgb(173,0,125); }
H1.HeaderClassName
{
color: #AD007D;
}
.AnyTagClassName
{
color: #AD007D;
}
</style>
background-color css
<style>
a { background-color: #AD007D; }
a { background-color: rgb(173,0,125); }
div.DivClassName
{
background-color: #AD007D;
}
.BgClassName
{
background-color: #AD007D;
}
</style>
border-color css
<style>
span { border-color: #AD007D; }
span { border-color: rgb(173,0,125); }
td.TdClassName
{
border-color: #AD007D;
}
.TagClassName
{
border-color: #AD007D;
}
</style>