Shades of Eggplant #AD006D
Tints of Eggplant #AD006D
RGB
CMYK
RGB Variations
Color information
#AD006D (or 0xAD006D) is known color: Eggplant. HEX triplet: AD, 00 and 6D. RGB value is (173,0,109). Sum of RGB (Red+Green+Blue) = 173+0+109=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD006D is #52FF92. Grayscale: #3F3F3F. Windows color (decimal): -5439379 or 7143597. OLE color: 7143597.
HSL color Cylindrical-coordinate representation of color #AD006D: hue angle of 322.2º 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 #AD006D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.37 | 0.32 |
| HSL | 322.2º | 1% | 0.34% | - |
| HSV(B) | 322.2º | 1% | 0.68% | - |
| XYZ | 19.99 | 9.99 | 15.34 | - |
| YUV | 64.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 109 | 0 | 1 | 0.37 | 0.32 | 322.2 | 1 | 0.34 |
| Hex | AD | 0 | 6D | 0 | 64 | 25 | 20 | 142 | 64 | 22 |
| Octal | 255 | 0 | 155 | 0 | 144 | 45 | 40 | 502 | 144 | 42 |
| Binary | 10101101 | 0 | 1101101 | 0 | 1100100 | 100101 | 100000 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AD006D
Complementary color
Monochromatic Colors of #AD006D
Black with #AD006D
Text Example
Text Example
White with #AD006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD006D; }
p { color: rgb(173,0,109); }
H1.HeaderClassName
{
color: #AD006D;
}
.AnyTagClassName
{
color: #AD006D;
}
</style>
background-color css
<style>
a { background-color: #AD006D; }
a { background-color: rgb(173,0,109); }
div.DivClassName
{
background-color: #AD006D;
}
.BgClassName
{
background-color: #AD006D;
}
</style>
border-color css
<style>
span { border-color: #AD006D; }
span { border-color: rgb(173,0,109); }
td.TdClassName
{
border-color: #AD006D;
}
.TagClassName
{
border-color: #AD006D;
}
</style>