Shades of Eggplant #AD037C
Tints of Eggplant #AD037C
RGB
CMYK
RGB Variations
Color information
#AD037C (or 0xAD037C) is known color: Eggplant. HEX triplet: AD, 03 and 7C. RGB value is (173,3,124). Sum of RGB (Red+Green+Blue) = 173+3+124=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD037C is #52FC83. Grayscale: #434343. Windows color (decimal): -5438596 or 8127405. OLE color: 8127405.
HSL color Cylindrical-coordinate representation of color #AD037C: hue angle of 317.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD037C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.32 |
| HSL | 317.29º | 0.97% | 0.35% | - |
| HSV(B) | 317.29º | 0.98% | 0.68% | - |
| XYZ | 20.9 | 10.4 | 19.98 | - |
| YUV | 67.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 124 | 0 | 0.98 | 0.28 | 0.32 | 317.29 | 0.97 | 0.35 |
| Hex | AD | 3 | 7C | 0 | 62 | 1C | 20 | 13D | 61 | 23 |
| Octal | 255 | 3 | 174 | 0 | 142 | 34 | 40 | 475 | 141 | 43 |
| Binary | 10101101 | 11 | 1111100 | 0 | 1100010 | 11100 | 100000 | 100111101 | 1100001 | 100011 |
Color Harmonies of #AD037C
Complementary color
Monochromatic Colors of #AD037C
Black with #AD037C
Text Example
Text Example
White with #AD037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD037C; }
p { color: rgb(173,3,124); }
H1.HeaderClassName
{
color: #AD037C;
}
.AnyTagClassName
{
color: #AD037C;
}
</style>
background-color css
<style>
a { background-color: #AD037C; }
a { background-color: rgb(173,3,124); }
div.DivClassName
{
background-color: #AD037C;
}
.BgClassName
{
background-color: #AD037C;
}
</style>
border-color css
<style>
span { border-color: #AD037C; }
span { border-color: rgb(173,3,124); }
td.TdClassName
{
border-color: #AD037C;
}
.TagClassName
{
border-color: #AD037C;
}
</style>