Shades of Eggplant #A90C77
Tints of Eggplant #A90C77
RGB
CMYK
RGB Variations
Color information
#A90C77 (or 0xA90C77) is known color: Eggplant. HEX triplet: A9, 0C and 77. RGB value is (169,12,119). Sum of RGB (Red+Green+Blue) = 169+12+119=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C77 is #56F388. Grayscale: #464646. Windows color (decimal): -5698441 or 7802025. OLE color: 7802025.
HSL color Cylindrical-coordinate representation of color #A90C77: hue angle of 319.11º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C77 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 119 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.34 |
| HSL | 319.11º | 0.87% | 0.35% | - |
| HSV(B) | 319.11º | 0.93% | 0.66% | - |
| XYZ | 19.82 | 10.03 | 18.34 | - |
| YUV | 71.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 119 | 0 | 0.93 | 0.30 | 0.34 | 319.11 | 0.87 | 0.35 |
| Hex | A9 | C | 77 | 0 | 5D | 1E | 22 | 13F | 57 | 23 |
| Octal | 251 | 14 | 167 | 0 | 135 | 36 | 42 | 477 | 127 | 43 |
| Binary | 10101001 | 1100 | 1110111 | 0 | 1011101 | 11110 | 100010 | 100111111 | 1010111 | 100011 |
Color Harmonies of #A90C77
Complementary color
Monochromatic Colors of #A90C77
Black with #A90C77
Text Example
Text Example
White with #A90C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C77; }
p { color: rgb(169,12,119); }
H1.HeaderClassName
{
color: #A90C77;
}
.AnyTagClassName
{
color: #A90C77;
}
</style>
background-color css
<style>
a { background-color: #A90C77; }
a { background-color: rgb(169,12,119); }
div.DivClassName
{
background-color: #A90C77;
}
.BgClassName
{
background-color: #A90C77;
}
</style>
border-color css
<style>
span { border-color: #A90C77; }
span { border-color: rgb(169,12,119); }
td.TdClassName
{
border-color: #A90C77;
}
.TagClassName
{
border-color: #A90C77;
}
</style>