Shades of Eggplant #A90577
Tints of Eggplant #A90577
RGB
CMYK
RGB Variations
Color information
#A90577 (or 0xA90577) is known color: Eggplant. HEX triplet: A9, 05 and 77. RGB value is (169,5,119). Sum of RGB (Red+Green+Blue) = 169+5+119=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A90577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90577 is #56FA88. Grayscale: #424242. Windows color (decimal): -5700233 or 7800233. OLE color: 7800233.
HSL color Cylindrical-coordinate representation of color #A90577: hue angle of 318.29º 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 #A90577 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.34 |
| HSL | 318.29º | 0.94% | 0.34% | - |
| HSV(B) | 318.29º | 0.97% | 0.66% | - |
| XYZ | 19.75 | 9.88 | 18.32 | - |
| YUV | 67.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 119 | 0 | 0.97 | 0.30 | 0.34 | 318.29 | 0.94 | 0.34 |
| Hex | A9 | 5 | 77 | 0 | 61 | 1E | 22 | 13E | 5E | 22 |
| Octal | 251 | 5 | 167 | 0 | 141 | 36 | 42 | 476 | 136 | 42 |
| Binary | 10101001 | 101 | 1110111 | 0 | 1100001 | 11110 | 100010 | 100111110 | 1011110 | 100010 |
Color Harmonies of #A90577
Complementary color
Monochromatic Colors of #A90577
Black with #A90577
Text Example
Text Example
White with #A90577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90577; }
p { color: rgb(169,5,119); }
H1.HeaderClassName
{
color: #A90577;
}
.AnyTagClassName
{
color: #A90577;
}
</style>
background-color css
<style>
a { background-color: #A90577; }
a { background-color: rgb(169,5,119); }
div.DivClassName
{
background-color: #A90577;
}
.BgClassName
{
background-color: #A90577;
}
</style>
border-color css
<style>
span { border-color: #A90577; }
span { border-color: rgb(169,5,119); }
td.TdClassName
{
border-color: #A90577;
}
.TagClassName
{
border-color: #A90577;
}
</style>