Shades of Eggplant #AD047C
Tints of Eggplant #AD047C
RGB
CMYK
RGB Variations
Color information
#AD047C (or 0xAD047C) is known color: Eggplant. HEX triplet: AD, 04 and 7C. RGB value is (173,4,124). Sum of RGB (Red+Green+Blue) = 173+4+124=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD047C is #52FB83. Grayscale: #434343. Windows color (decimal): -5438340 or 8127661. OLE color: 8127661.
HSL color Cylindrical-coordinate representation of color #AD047C: hue angle of 317.4º degrees, saturation: 0.95, 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 #AD047C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.32 |
| HSL | 317.4º | 0.95% | 0.35% | - |
| HSV(B) | 317.4º | 0.98% | 0.68% | - |
| XYZ | 20.92 | 10.43 | 19.98 | - |
| YUV | 68.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 124 | 0 | 0.98 | 0.28 | 0.32 | 317.4 | 0.95 | 0.35 |
| Hex | AD | 4 | 7C | 0 | 62 | 1C | 20 | 13D | 5F | 23 |
| Octal | 255 | 4 | 174 | 0 | 142 | 34 | 40 | 475 | 137 | 43 |
| Binary | 10101101 | 100 | 1111100 | 0 | 1100010 | 11100 | 100000 | 100111101 | 1011111 | 100011 |
Color Harmonies of #AD047C
Complementary color
Monochromatic Colors of #AD047C
Black with #AD047C
Text Example
Text Example
White with #AD047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD047C; }
p { color: rgb(173,4,124); }
H1.HeaderClassName
{
color: #AD047C;
}
.AnyTagClassName
{
color: #AD047C;
}
</style>
background-color css
<style>
a { background-color: #AD047C; }
a { background-color: rgb(173,4,124); }
div.DivClassName
{
background-color: #AD047C;
}
.BgClassName
{
background-color: #AD047C;
}
</style>
border-color css
<style>
span { border-color: #AD047C; }
span { border-color: rgb(173,4,124); }
td.TdClassName
{
border-color: #AD047C;
}
.TagClassName
{
border-color: #AD047C;
}
</style>