Shades of Eggplant #AD0675
Tints of Eggplant #AD0675
RGB
CMYK
RGB Variations
Color information
#AD0675 (or 0xAD0675) is known color: Eggplant. HEX triplet: AD, 06 and 75. RGB value is (173,6,117). Sum of RGB (Red+Green+Blue) = 173+6+117=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0675 is #52F98A. Grayscale: #444444. Windows color (decimal): -5437835 or 7669421. OLE color: 7669421.
HSL color Cylindrical-coordinate representation of color #AD0675: hue angle of 320.12º 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 #AD0675 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.32 |
| HSL | 320.12º | 0.93% | 0.35% | - |
| HSV(B) | 320.12º | 0.97% | 0.68% | - |
| XYZ | 20.51 | 10.3 | 17.74 | - |
| YUV | 68.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 117 | 0 | 0.97 | 0.32 | 0.32 | 320.12 | 0.93 | 0.35 |
| Hex | AD | 6 | 75 | 0 | 61 | 20 | 20 | 140 | 5D | 23 |
| Octal | 255 | 6 | 165 | 0 | 141 | 40 | 40 | 500 | 135 | 43 |
| Binary | 10101101 | 110 | 1110101 | 0 | 1100001 | 100000 | 100000 | 101000000 | 1011101 | 100011 |
Color Harmonies of #AD0675
Complementary color
Monochromatic Colors of #AD0675
Black with #AD0675
Text Example
Text Example
White with #AD0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0675; }
p { color: rgb(173,6,117); }
H1.HeaderClassName
{
color: #AD0675;
}
.AnyTagClassName
{
color: #AD0675;
}
</style>
background-color css
<style>
a { background-color: #AD0675; }
a { background-color: rgb(173,6,117); }
div.DivClassName
{
background-color: #AD0675;
}
.BgClassName
{
background-color: #AD0675;
}
</style>
border-color css
<style>
span { border-color: #AD0675; }
span { border-color: rgb(173,6,117); }
td.TdClassName
{
border-color: #AD0675;
}
.TagClassName
{
border-color: #AD0675;
}
</style>