Shades of Eggplant #A90477
Tints of Eggplant #A90477
RGB
CMYK
RGB Variations
Color information
#A90477 (or 0xA90477) is known color: Eggplant. HEX triplet: A9, 04 and 77. RGB value is (169,4,119). Sum of RGB (Red+Green+Blue) = 169+4+119=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A90477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90477 is #56FB88. Grayscale: #424242. Windows color (decimal): -5700489 or 7799977. OLE color: 7799977.
HSL color Cylindrical-coordinate representation of color #A90477: hue angle of 318.18º 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 #A90477 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.34 |
| HSL | 318.18º | 0.95% | 0.34% | - |
| HSV(B) | 318.18º | 0.98% | 0.66% | - |
| XYZ | 19.74 | 9.85 | 18.31 | - |
| YUV | 66.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 119 | 0 | 0.98 | 0.30 | 0.34 | 318.18 | 0.95 | 0.34 |
| Hex | A9 | 4 | 77 | 0 | 62 | 1E | 22 | 13E | 5F | 22 |
| Octal | 251 | 4 | 167 | 0 | 142 | 36 | 42 | 476 | 137 | 42 |
| Binary | 10101001 | 100 | 1110111 | 0 | 1100010 | 11110 | 100010 | 100111110 | 1011111 | 100010 |
Color Harmonies of #A90477
Complementary color
Monochromatic Colors of #A90477
Black with #A90477
Text Example
Text Example
White with #A90477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90477; }
p { color: rgb(169,4,119); }
H1.HeaderClassName
{
color: #A90477;
}
.AnyTagClassName
{
color: #A90477;
}
</style>
background-color css
<style>
a { background-color: #A90477; }
a { background-color: rgb(169,4,119); }
div.DivClassName
{
background-color: #A90477;
}
.BgClassName
{
background-color: #A90477;
}
</style>
border-color css
<style>
span { border-color: #A90477; }
span { border-color: rgb(169,4,119); }
td.TdClassName
{
border-color: #A90477;
}
.TagClassName
{
border-color: #A90477;
}
</style>