Shades of Eggplant #AD0674
Tints of Eggplant #AD0674
RGB
CMYK
RGB Variations
Color information
#AD0674 (or 0xAD0674) is known color: Eggplant. HEX triplet: AD, 06 and 74. RGB value is (173,6,116). Sum of RGB (Red+Green+Blue) = 173+6+116=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0674 is #52F98B. Grayscale: #444444. Windows color (decimal): -5437836 or 7603885. OLE color: 7603885.
HSL color Cylindrical-coordinate representation of color #AD0674: hue angle of 320.48º 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 #AD0674 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 116 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.32 |
| HSL | 320.48º | 0.93% | 0.35% | - |
| HSV(B) | 320.48º | 0.97% | 0.68% | - |
| XYZ | 20.45 | 10.28 | 17.43 | - |
| YUV | 68.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 116 | 0 | 0.97 | 0.33 | 0.32 | 320.48 | 0.93 | 0.35 |
| Hex | AD | 6 | 74 | 0 | 61 | 21 | 20 | 140 | 5D | 23 |
| Octal | 255 | 6 | 164 | 0 | 141 | 41 | 40 | 500 | 135 | 43 |
| Binary | 10101101 | 110 | 1110100 | 0 | 1100001 | 100001 | 100000 | 101000000 | 1011101 | 100011 |
Color Harmonies of #AD0674
Complementary color
Monochromatic Colors of #AD0674
Black with #AD0674
Text Example
Text Example
White with #AD0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0674; }
p { color: rgb(173,6,116); }
H1.HeaderClassName
{
color: #AD0674;
}
.AnyTagClassName
{
color: #AD0674;
}
</style>
background-color css
<style>
a { background-color: #AD0674; }
a { background-color: rgb(173,6,116); }
div.DivClassName
{
background-color: #AD0674;
}
.BgClassName
{
background-color: #AD0674;
}
</style>
border-color css
<style>
span { border-color: #AD0674; }
span { border-color: rgb(173,6,116); }
td.TdClassName
{
border-color: #AD0674;
}
.TagClassName
{
border-color: #AD0674;
}
</style>