Shades of Eggplant #AD0180
Tints of Eggplant #AD0180
RGB
CMYK
RGB Variations
Color information
#AD0180 (or 0xAD0180) is known color: Eggplant. HEX triplet: AD, 01 and 80. RGB value is (173,1,128). Sum of RGB (Red+Green+Blue) = 173+1+128=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0180 is #52FE7F. Grayscale: #424242. Windows color (decimal): -5439104 or 8389037. OLE color: 8389037.
HSL color Cylindrical-coordinate representation of color #AD0180: hue angle of 315.7º degrees, saturation: 0.99, 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 #AD0180 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.32 |
| HSL | 315.7º | 0.99% | 0.34% | - |
| HSV(B) | 315.7º | 0.99% | 0.68% | - |
| XYZ | 21.14 | 10.46 | 21.33 | - |
| YUV | 66.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 128 | 0 | 0.99 | 0.26 | 0.32 | 315.7 | 0.99 | 0.34 |
| Hex | AD | 1 | 80 | 0 | 63 | 1A | 20 | 13C | 63 | 22 |
| Octal | 255 | 1 | 200 | 0 | 143 | 32 | 40 | 474 | 143 | 42 |
| Binary | 10101101 | 1 | 10000000 | 0 | 1100011 | 11010 | 100000 | 100111100 | 1100011 | 100010 |
Color Harmonies of #AD0180
Complementary color
Monochromatic Colors of #AD0180
Black with #AD0180
Text Example
Text Example
White with #AD0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0180; }
p { color: rgb(173,1,128); }
H1.HeaderClassName
{
color: #AD0180;
}
.AnyTagClassName
{
color: #AD0180;
}
</style>
background-color css
<style>
a { background-color: #AD0180; }
a { background-color: rgb(173,1,128); }
div.DivClassName
{
background-color: #AD0180;
}
.BgClassName
{
background-color: #AD0180;
}
</style>
border-color css
<style>
span { border-color: #AD0180; }
span { border-color: rgb(173,1,128); }
td.TdClassName
{
border-color: #AD0180;
}
.TagClassName
{
border-color: #AD0180;
}
</style>