Shades of Eggplant #A9047D
Tints of Eggplant #A9047D
RGB
CMYK
RGB Variations
Color information
#A9047D (or 0xA9047D) is known color: Eggplant. HEX triplet: A9, 04 and 7D. RGB value is (169,4,125). Sum of RGB (Red+Green+Blue) = 169+4+125=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A9047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9047D is #56FB82. Grayscale: #424242. Windows color (decimal): -5700483 or 8193193. OLE color: 8193193.
HSL color Cylindrical-coordinate representation of color #A9047D: hue angle of 316º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9047D is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.34 |
| HSL | 316º | 0.95% | 0.34% | - |
| HSV(B) | 316º | 0.98% | 0.66% | - |
| XYZ | 20.11 | 10 | 20.27 | - |
| YUV | 67.13 | 160.66 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 125 | 0 | 0.98 | 0.26 | 0.34 | 316 | 0.95 | 0.34 |
| Hex | A9 | 4 | 7D | 0 | 62 | 1A | 22 | 13C | 5F | 22 |
| Octal | 251 | 4 | 175 | 0 | 142 | 32 | 42 | 474 | 137 | 42 |
| Binary | 10101001 | 100 | 1111101 | 0 | 1100010 | 11010 | 100010 | 100111100 | 1011111 | 100010 |
Color Harmonies of #A9047D
Complementary color
Monochromatic Colors of #A9047D
Black with #A9047D
Text Example
Text Example
White with #A9047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9047D; }
p { color: rgb(169,4,125); }
H1.HeaderClassName
{
color: #A9047D;
}
.AnyTagClassName
{
color: #A9047D;
}
</style>
background-color css
<style>
a { background-color: #A9047D; }
a { background-color: rgb(169,4,125); }
div.DivClassName
{
background-color: #A9047D;
}
.BgClassName
{
background-color: #A9047D;
}
</style>
border-color css
<style>
span { border-color: #A9047D; }
span { border-color: rgb(169,4,125); }
td.TdClassName
{
border-color: #A9047D;
}
.TagClassName
{
border-color: #A9047D;
}
</style>