Shades of Eggplant #AD0478
Tints of Eggplant #AD0478
RGB
CMYK
RGB Variations
Color information
#AD0478 (or 0xAD0478) is known color: Eggplant. HEX triplet: AD, 04 and 78. RGB value is (173,4,120). Sum of RGB (Red+Green+Blue) = 173+4+120=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0478 is #52FB87. Grayscale: #434343. Windows color (decimal): -5438344 or 7865517. OLE color: 7865517.
HSL color Cylindrical-coordinate representation of color #AD0478: hue angle of 318.82º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0478 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.32 |
| HSL | 318.82º | 0.95% | 0.35% | - |
| HSV(B) | 318.82º | 0.98% | 0.68% | - |
| XYZ | 20.67 | 10.33 | 18.67 | - |
| YUV | 67.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 120 | 0 | 0.98 | 0.31 | 0.32 | 318.82 | 0.95 | 0.35 |
| Hex | AD | 4 | 78 | 0 | 62 | 1F | 20 | 13F | 5F | 23 |
| Octal | 255 | 4 | 170 | 0 | 142 | 37 | 40 | 477 | 137 | 43 |
| Binary | 10101101 | 100 | 1111000 | 0 | 1100010 | 11111 | 100000 | 100111111 | 1011111 | 100011 |
Color Harmonies of #AD0478
Complementary color
Monochromatic Colors of #AD0478
Black with #AD0478
Text Example
Text Example
White with #AD0478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0478; }
p { color: rgb(173,4,120); }
H1.HeaderClassName
{
color: #AD0478;
}
.AnyTagClassName
{
color: #AD0478;
}
</style>
background-color css
<style>
a { background-color: #AD0478; }
a { background-color: rgb(173,4,120); }
div.DivClassName
{
background-color: #AD0478;
}
.BgClassName
{
background-color: #AD0478;
}
</style>
border-color css
<style>
span { border-color: #AD0478; }
span { border-color: rgb(173,4,120); }
td.TdClassName
{
border-color: #AD0478;
}
.TagClassName
{
border-color: #AD0478;
}
</style>