Shades of Eggplant #AD0172
Tints of Eggplant #AD0172
RGB
CMYK
RGB Variations
Color information
#AD0172 (or 0xAD0172) is known color: Eggplant. HEX triplet: AD, 01 and 72. RGB value is (173,1,114). Sum of RGB (Red+Green+Blue) = 173+1+114=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0172 is #52FE8D. Grayscale: #414141. Windows color (decimal): -5439118 or 7471533. OLE color: 7471533.
HSL color Cylindrical-coordinate representation of color #AD0172: hue angle of 320.58º 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 #AD0172 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.32 |
| HSL | 320.58º | 0.99% | 0.34% | - |
| HSV(B) | 320.58º | 0.99% | 0.68% | - |
| XYZ | 20.28 | 10.12 | 16.8 | - |
| YUV | 65.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 114 | 0 | 0.99 | 0.34 | 0.32 | 320.58 | 0.99 | 0.34 |
| Hex | AD | 1 | 72 | 0 | 63 | 22 | 20 | 141 | 63 | 22 |
| Octal | 255 | 1 | 162 | 0 | 143 | 42 | 40 | 501 | 143 | 42 |
| Binary | 10101101 | 1 | 1110010 | 0 | 1100011 | 100010 | 100000 | 101000001 | 1100011 | 100010 |
Color Harmonies of #AD0172
Complementary color
Monochromatic Colors of #AD0172
Black with #AD0172
Text Example
Text Example
White with #AD0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0172; }
p { color: rgb(173,1,114); }
H1.HeaderClassName
{
color: #AD0172;
}
.AnyTagClassName
{
color: #AD0172;
}
</style>
background-color css
<style>
a { background-color: #AD0172; }
a { background-color: rgb(173,1,114); }
div.DivClassName
{
background-color: #AD0172;
}
.BgClassName
{
background-color: #AD0172;
}
</style>
border-color css
<style>
span { border-color: #AD0172; }
span { border-color: rgb(173,1,114); }
td.TdClassName
{
border-color: #AD0172;
}
.TagClassName
{
border-color: #AD0172;
}
</style>