Shades of Eggplant #A9047B
Tints of Eggplant #A9047B
RGB
CMYK
RGB Variations
Color information
#A9047B (or 0xA9047B) is known color: Eggplant. HEX triplet: A9, 04 and 7B. RGB value is (169,4,123). Sum of RGB (Red+Green+Blue) = 169+4+123=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A9047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9047B is #56FB84. Grayscale: #424242. Windows color (decimal): -5700485 or 8062121. OLE color: 8062121.
HSL color Cylindrical-coordinate representation of color #A9047B: hue angle of 316.73º 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 #A9047B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.34 |
| HSL | 316.73º | 0.95% | 0.34% | - |
| HSV(B) | 316.73º | 0.98% | 0.66% | - |
| XYZ | 19.98 | 9.95 | 19.61 | - |
| YUV | 66.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 123 | 0 | 0.98 | 0.27 | 0.34 | 316.73 | 0.95 | 0.34 |
| Hex | A9 | 4 | 7B | 0 | 62 | 1B | 22 | 13D | 5F | 22 |
| Octal | 251 | 4 | 173 | 0 | 142 | 33 | 42 | 475 | 137 | 42 |
| Binary | 10101001 | 100 | 1111011 | 0 | 1100010 | 11011 | 100010 | 100111101 | 1011111 | 100010 |
Color Harmonies of #A9047B
Complementary color
Monochromatic Colors of #A9047B
Black with #A9047B
Text Example
Text Example
White with #A9047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9047B; }
p { color: rgb(169,4,123); }
H1.HeaderClassName
{
color: #A9047B;
}
.AnyTagClassName
{
color: #A9047B;
}
</style>
background-color css
<style>
a { background-color: #A9047B; }
a { background-color: rgb(169,4,123); }
div.DivClassName
{
background-color: #A9047B;
}
.BgClassName
{
background-color: #A9047B;
}
</style>
border-color css
<style>
span { border-color: #A9047B; }
span { border-color: rgb(169,4,123); }
td.TdClassName
{
border-color: #A9047B;
}
.TagClassName
{
border-color: #A9047B;
}
</style>