Shades of Eggplant #AD047B
Tints of Eggplant #AD047B
RGB
CMYK
RGB Variations
Color information
#AD047B (or 0xAD047B) is known color: Eggplant. HEX triplet: AD, 04 and 7B. RGB value is (173,4,123). Sum of RGB (Red+Green+Blue) = 173+4+123=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD047B is #52FB84. Grayscale: #434343. Windows color (decimal): -5438341 or 8062125. OLE color: 8062125.
HSL color Cylindrical-coordinate representation of color #AD047B: hue angle of 317.75º 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 #AD047B is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.32 |
| HSL | 317.75º | 0.95% | 0.35% | - |
| HSV(B) | 317.75º | 0.98% | 0.68% | - |
| XYZ | 20.85 | 10.4 | 19.65 | - |
| YUV | 68.1 | 158.99 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 123 | 0 | 0.98 | 0.29 | 0.32 | 317.75 | 0.95 | 0.35 |
| Hex | AD | 4 | 7B | 0 | 62 | 1D | 20 | 13E | 5F | 23 |
| Octal | 255 | 4 | 173 | 0 | 142 | 35 | 40 | 476 | 137 | 43 |
| Binary | 10101101 | 100 | 1111011 | 0 | 1100010 | 11101 | 100000 | 100111110 | 1011111 | 100011 |
Color Harmonies of #AD047B
Complementary color
Monochromatic Colors of #AD047B
Black with #AD047B
Text Example
Text Example
White with #AD047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD047B; }
p { color: rgb(173,4,123); }
H1.HeaderClassName
{
color: #AD047B;
}
.AnyTagClassName
{
color: #AD047B;
}
</style>
background-color css
<style>
a { background-color: #AD047B; }
a { background-color: rgb(173,4,123); }
div.DivClassName
{
background-color: #AD047B;
}
.BgClassName
{
background-color: #AD047B;
}
</style>
border-color css
<style>
span { border-color: #AD047B; }
span { border-color: rgb(173,4,123); }
td.TdClassName
{
border-color: #AD047B;
}
.TagClassName
{
border-color: #AD047B;
}
</style>