Shades of Eggplant #AD006F
Tints of Eggplant #AD006F
RGB
CMYK
RGB Variations
Color information
#AD006F (or 0xAD006F) is known color: Eggplant. HEX triplet: AD, 00 and 6F. RGB value is (173,0,111). Sum of RGB (Red+Green+Blue) = 173+0+111=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD006F is #52FF90. Grayscale: #404040. Windows color (decimal): -5439377 or 7274669. OLE color: 7274669.
HSL color Cylindrical-coordinate representation of color #AD006F: hue angle of 321.5º 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 #AD006F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.36 | 0.32 |
| HSL | 321.5º | 1% | 0.34% | - |
| HSV(B) | 321.5º | 1% | 0.68% | - |
| XYZ | 20.1 | 10.03 | 15.92 | - |
| YUV | 64.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 111 | 0 | 1 | 0.36 | 0.32 | 321.5 | 1 | 0.34 |
| Hex | AD | 0 | 6F | 0 | 64 | 24 | 20 | 142 | 64 | 22 |
| Octal | 255 | 0 | 157 | 0 | 144 | 44 | 40 | 502 | 144 | 42 |
| Binary | 10101101 | 0 | 1101111 | 0 | 1100100 | 100100 | 100000 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AD006F
Complementary color
Monochromatic Colors of #AD006F
Black with #AD006F
Text Example
Text Example
White with #AD006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD006F; }
p { color: rgb(173,0,111); }
H1.HeaderClassName
{
color: #AD006F;
}
.AnyTagClassName
{
color: #AD006F;
}
</style>
background-color css
<style>
a { background-color: #AD006F; }
a { background-color: rgb(173,0,111); }
div.DivClassName
{
background-color: #AD006F;
}
.BgClassName
{
background-color: #AD006F;
}
</style>
border-color css
<style>
span { border-color: #AD006F; }
span { border-color: rgb(173,0,111); }
td.TdClassName
{
border-color: #AD006F;
}
.TagClassName
{
border-color: #AD006F;
}
</style>