Shades of Eggplant #AD067C
Tints of Eggplant #AD067C
RGB
CMYK
RGB Variations
Color information
#AD067C (or 0xAD067C) is known color: Eggplant. HEX triplet: AD, 06 and 7C. RGB value is (173,6,124). Sum of RGB (Red+Green+Blue) = 173+6+124=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD067C is #52F983. Grayscale: #454545. Windows color (decimal): -5437828 or 8128173. OLE color: 8128173.
HSL color Cylindrical-coordinate representation of color #AD067C: hue angle of 317.6º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD067C is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.32 |
| HSL | 317.6º | 0.93% | 0.35% | - |
| HSV(B) | 317.6º | 0.97% | 0.68% | - |
| XYZ | 20.94 | 10.47 | 19.99 | - |
| YUV | 69.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 124 | 0 | 0.97 | 0.28 | 0.32 | 317.6 | 0.93 | 0.35 |
| Hex | AD | 6 | 7C | 0 | 61 | 1C | 20 | 13E | 5D | 23 |
| Octal | 255 | 6 | 174 | 0 | 141 | 34 | 40 | 476 | 135 | 43 |
| Binary | 10101101 | 110 | 1111100 | 0 | 1100001 | 11100 | 100000 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AD067C
Complementary color
Monochromatic Colors of #AD067C
Black with #AD067C
Text Example
Text Example
White with #AD067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD067C; }
p { color: rgb(173,6,124); }
H1.HeaderClassName
{
color: #AD067C;
}
.AnyTagClassName
{
color: #AD067C;
}
</style>
background-color css
<style>
a { background-color: #AD067C; }
a { background-color: rgb(173,6,124); }
div.DivClassName
{
background-color: #AD067C;
}
.BgClassName
{
background-color: #AD067C;
}
</style>
border-color css
<style>
span { border-color: #AD067C; }
span { border-color: rgb(173,6,124); }
td.TdClassName
{
border-color: #AD067C;
}
.TagClassName
{
border-color: #AD067C;
}
</style>