Shades of Eggplant #AD017D
Tints of Eggplant #AD017D
RGB
CMYK
RGB Variations
Color information
#AD017D (or 0xAD017D) is known color: Eggplant. HEX triplet: AD, 01 and 7D. RGB value is (173,1,125). Sum of RGB (Red+Green+Blue) = 173+1+125=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD017D is #52FE82. Grayscale: #424242. Windows color (decimal): -5439107 or 8192429. OLE color: 8192429.
HSL color Cylindrical-coordinate representation of color #AD017D: hue angle of 316.74º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD017D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.32 |
| HSL | 316.74º | 0.99% | 0.34% | - |
| HSV(B) | 316.74º | 0.99% | 0.68% | - |
| XYZ | 20.95 | 10.39 | 20.3 | - |
| YUV | 66.56 | 160.98 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 125 | 0 | 0.99 | 0.28 | 0.32 | 316.74 | 0.99 | 0.34 |
| Hex | AD | 1 | 7D | 0 | 63 | 1C | 20 | 13D | 63 | 22 |
| Octal | 255 | 1 | 175 | 0 | 143 | 34 | 40 | 475 | 143 | 42 |
| Binary | 10101101 | 1 | 1111101 | 0 | 1100011 | 11100 | 100000 | 100111101 | 1100011 | 100010 |
Color Harmonies of #AD017D
Complementary color
Monochromatic Colors of #AD017D
Black with #AD017D
Text Example
Text Example
White with #AD017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD017D; }
p { color: rgb(173,1,125); }
H1.HeaderClassName
{
color: #AD017D;
}
.AnyTagClassName
{
color: #AD017D;
}
</style>
background-color css
<style>
a { background-color: #AD017D; }
a { background-color: rgb(173,1,125); }
div.DivClassName
{
background-color: #AD017D;
}
.BgClassName
{
background-color: #AD017D;
}
</style>
border-color css
<style>
span { border-color: #AD017D; }
span { border-color: rgb(173,1,125); }
td.TdClassName
{
border-color: #AD017D;
}
.TagClassName
{
border-color: #AD017D;
}
</style>