Shades of Eggplant #AD017C
Tints of Eggplant #AD017C
RGB
CMYK
RGB Variations
Color information
#AD017C (or 0xAD017C) is known color: Eggplant. HEX triplet: AD, 01 and 7C. RGB value is (173,1,124). Sum of RGB (Red+Green+Blue) = 173+1+124=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD017C is #52FE83. Grayscale: #424242. Windows color (decimal): -5439108 or 8126893. OLE color: 8126893.
HSL color Cylindrical-coordinate representation of color #AD017C: hue angle of 317.09º 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 #AD017C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.32 |
| HSL | 317.09º | 0.99% | 0.34% | - |
| HSV(B) | 317.09º | 0.99% | 0.68% | - |
| XYZ | 20.88 | 10.36 | 19.97 | - |
| YUV | 66.45 | 160.48 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 124 | 0 | 0.99 | 0.28 | 0.32 | 317.09 | 0.99 | 0.34 |
| Hex | AD | 1 | 7C | 0 | 63 | 1C | 20 | 13D | 63 | 22 |
| Octal | 255 | 1 | 174 | 0 | 143 | 34 | 40 | 475 | 143 | 42 |
| Binary | 10101101 | 1 | 1111100 | 0 | 1100011 | 11100 | 100000 | 100111101 | 1100011 | 100010 |
Color Harmonies of #AD017C
Complementary color
Monochromatic Colors of #AD017C
Black with #AD017C
Text Example
Text Example
White with #AD017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD017C; }
p { color: rgb(173,1,124); }
H1.HeaderClassName
{
color: #AD017C;
}
.AnyTagClassName
{
color: #AD017C;
}
</style>
background-color css
<style>
a { background-color: #AD017C; }
a { background-color: rgb(173,1,124); }
div.DivClassName
{
background-color: #AD017C;
}
.BgClassName
{
background-color: #AD017C;
}
</style>
border-color css
<style>
span { border-color: #AD017C; }
span { border-color: rgb(173,1,124); }
td.TdClassName
{
border-color: #AD017C;
}
.TagClassName
{
border-color: #AD017C;
}
</style>