Shades of Eggplant #AD007F
Tints of Eggplant #AD007F
RGB
CMYK
RGB Variations
Color information
#AD007F (or 0xAD007F) is known color: Eggplant. HEX triplet: AD, 00 and 7F. RGB value is (173,0,127). Sum of RGB (Red+Green+Blue) = 173+0+127=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD007F is #52FF80. Grayscale: #414141. Windows color (decimal): -5439361 or 8323245. OLE color: 8323245.
HSL color Cylindrical-coordinate representation of color #AD007F: hue angle of 315.95º 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 #AD007F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.27 | 0.32 |
| HSL | 315.95º | 1% | 0.34% | - |
| HSV(B) | 315.95º | 1% | 0.68% | - |
| XYZ | 21.06 | 10.42 | 20.98 | - |
| YUV | 66.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 127 | 0 | 1 | 0.27 | 0.32 | 315.95 | 1 | 0.34 |
| Hex | AD | 0 | 7F | 0 | 64 | 1B | 20 | 13C | 64 | 22 |
| Octal | 255 | 0 | 177 | 0 | 144 | 33 | 40 | 474 | 144 | 42 |
| Binary | 10101101 | 0 | 1111111 | 0 | 1100100 | 11011 | 100000 | 100111100 | 1100100 | 100010 |
Color Harmonies of #AD007F
Complementary color
Monochromatic Colors of #AD007F
Black with #AD007F
Text Example
Text Example
White with #AD007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD007F; }
p { color: rgb(173,0,127); }
H1.HeaderClassName
{
color: #AD007F;
}
.AnyTagClassName
{
color: #AD007F;
}
</style>
background-color css
<style>
a { background-color: #AD007F; }
a { background-color: rgb(173,0,127); }
div.DivClassName
{
background-color: #AD007F;
}
.BgClassName
{
background-color: #AD007F;
}
</style>
border-color css
<style>
span { border-color: #AD007F; }
span { border-color: rgb(173,0,127); }
td.TdClassName
{
border-color: #AD007F;
}
.TagClassName
{
border-color: #AD007F;
}
</style>