Shades of Eggplant #AD0271
Tints of Eggplant #AD0271
RGB
CMYK
RGB Variations
Color information
#AD0271 (or 0xAD0271) is known color: Eggplant. HEX triplet: AD, 02 and 71. RGB value is (173,2,113). Sum of RGB (Red+Green+Blue) = 173+2+113=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0271 is #52FD8E. Grayscale: #414141. Windows color (decimal): -5438863 or 7406253. OLE color: 7406253.
HSL color Cylindrical-coordinate representation of color #AD0271: hue angle of 321.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0271 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.32 |
| HSL | 321.05º | 0.98% | 0.34% | - |
| HSV(B) | 321.05º | 0.99% | 0.68% | - |
| XYZ | 20.24 | 10.12 | 16.51 | - |
| YUV | 65.78 | 154.65 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 113 | 0 | 0.99 | 0.35 | 0.32 | 321.05 | 0.98 | 0.34 |
| Hex | AD | 2 | 71 | 0 | 63 | 23 | 20 | 141 | 62 | 22 |
| Octal | 255 | 2 | 161 | 0 | 143 | 43 | 40 | 501 | 142 | 42 |
| Binary | 10101101 | 10 | 1110001 | 0 | 1100011 | 100011 | 100000 | 101000001 | 1100010 | 100010 |
Color Harmonies of #AD0271
Complementary color
Monochromatic Colors of #AD0271
Black with #AD0271
Text Example
Text Example
White with #AD0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0271; }
p { color: rgb(173,2,113); }
H1.HeaderClassName
{
color: #AD0271;
}
.AnyTagClassName
{
color: #AD0271;
}
</style>
background-color css
<style>
a { background-color: #AD0271; }
a { background-color: rgb(173,2,113); }
div.DivClassName
{
background-color: #AD0271;
}
.BgClassName
{
background-color: #AD0271;
}
</style>
border-color css
<style>
span { border-color: #AD0271; }
span { border-color: rgb(173,2,113); }
td.TdClassName
{
border-color: #AD0271;
}
.TagClassName
{
border-color: #AD0271;
}
</style>