Shades of Eggplant #AD0775
Tints of Eggplant #AD0775
RGB
CMYK
RGB Variations
Color information
#AD0775 (or 0xAD0775) is known color: Eggplant. HEX triplet: AD, 07 and 75. RGB value is (173,7,117). Sum of RGB (Red+Green+Blue) = 173+7+117=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0775 is #52F88A. Grayscale: #444444. Windows color (decimal): -5437579 or 7669677. OLE color: 7669677.
HSL color Cylindrical-coordinate representation of color #AD0775: hue angle of 320.24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0775 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.32 |
| HSL | 320.24º | 0.92% | 0.35% | - |
| HSV(B) | 320.24º | 0.96% | 0.68% | - |
| XYZ | 20.52 | 10.32 | 17.74 | - |
| YUV | 69.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 117 | 0 | 0.96 | 0.32 | 0.32 | 320.24 | 0.92 | 0.35 |
| Hex | AD | 7 | 75 | 0 | 60 | 20 | 20 | 140 | 5C | 23 |
| Octal | 255 | 7 | 165 | 0 | 140 | 40 | 40 | 500 | 134 | 43 |
| Binary | 10101101 | 111 | 1110101 | 0 | 1100000 | 100000 | 100000 | 101000000 | 1011100 | 100011 |
Color Harmonies of #AD0775
Complementary color
Monochromatic Colors of #AD0775
Black with #AD0775
Text Example
Text Example
White with #AD0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0775; }
p { color: rgb(173,7,117); }
H1.HeaderClassName
{
color: #AD0775;
}
.AnyTagClassName
{
color: #AD0775;
}
</style>
background-color css
<style>
a { background-color: #AD0775; }
a { background-color: rgb(173,7,117); }
div.DivClassName
{
background-color: #AD0775;
}
.BgClassName
{
background-color: #AD0775;
}
</style>
border-color css
<style>
span { border-color: #AD0775; }
span { border-color: rgb(173,7,117); }
td.TdClassName
{
border-color: #AD0775;
}
.TagClassName
{
border-color: #AD0775;
}
</style>