Shades of Eggplant #A90576
Tints of Eggplant #A90576
RGB
CMYK
RGB Variations
Color information
#A90576 (or 0xA90576) is known color: Eggplant. HEX triplet: A9, 05 and 76. RGB value is (169,5,118). Sum of RGB (Red+Green+Blue) = 169+5+118=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A90576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90576 is #56FA89. Grayscale: #424242. Windows color (decimal): -5700234 or 7734697. OLE color: 7734697.
HSL color Cylindrical-coordinate representation of color #A90576: hue angle of 318.66º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90576 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.34 |
| HSL | 318.66º | 0.94% | 0.34% | - |
| HSV(B) | 318.66º | 0.97% | 0.66% | - |
| XYZ | 19.69 | 9.85 | 18 | - |
| YUV | 66.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 118 | 0 | 0.97 | 0.30 | 0.34 | 318.66 | 0.94 | 0.34 |
| Hex | A9 | 5 | 76 | 0 | 61 | 1E | 22 | 13F | 5E | 22 |
| Octal | 251 | 5 | 166 | 0 | 141 | 36 | 42 | 477 | 136 | 42 |
| Binary | 10101001 | 101 | 1110110 | 0 | 1100001 | 11110 | 100010 | 100111111 | 1011110 | 100010 |
Color Harmonies of #A90576
Complementary color
Monochromatic Colors of #A90576
Black with #A90576
Text Example
Text Example
White with #A90576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90576; }
p { color: rgb(169,5,118); }
H1.HeaderClassName
{
color: #A90576;
}
.AnyTagClassName
{
color: #A90576;
}
</style>
background-color css
<style>
a { background-color: #A90576; }
a { background-color: rgb(169,5,118); }
div.DivClassName
{
background-color: #A90576;
}
.BgClassName
{
background-color: #A90576;
}
</style>
border-color css
<style>
span { border-color: #A90576; }
span { border-color: rgb(169,5,118); }
td.TdClassName
{
border-color: #A90576;
}
.TagClassName
{
border-color: #A90576;
}
</style>