Shades of Eggplant #A90A7C
Tints of Eggplant #A90A7C
RGB
CMYK
RGB Variations
Color information
#A90A7C (or 0xA90A7C) is known color: Eggplant. HEX triplet: A9, 0A and 7C. RGB value is (169,10,124). Sum of RGB (Red+Green+Blue) = 169+10+124=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A7C is #56F583. Grayscale: #464646. Windows color (decimal): -5698948 or 8129193. OLE color: 8129193.
HSL color Cylindrical-coordinate representation of color #A90A7C: hue angle of 316.98º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A7C is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 124 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.34 |
| HSL | 316.98º | 0.89% | 0.35% | - |
| HSV(B) | 316.98º | 0.94% | 0.66% | - |
| XYZ | 20.11 | 10.11 | 19.96 | - |
| YUV | 70.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 124 | 0 | 0.94 | 0.27 | 0.34 | 316.98 | 0.89 | 0.35 |
| Hex | A9 | A | 7C | 0 | 5E | 1B | 22 | 13D | 59 | 23 |
| Octal | 251 | 12 | 174 | 0 | 136 | 33 | 42 | 475 | 131 | 43 |
| Binary | 10101001 | 1010 | 1111100 | 0 | 1011110 | 11011 | 100010 | 100111101 | 1011001 | 100011 |
Color Harmonies of #A90A7C
Complementary color
Monochromatic Colors of #A90A7C
Black with #A90A7C
Text Example
Text Example
White with #A90A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A7C; }
p { color: rgb(169,10,124); }
H1.HeaderClassName
{
color: #A90A7C;
}
.AnyTagClassName
{
color: #A90A7C;
}
</style>
background-color css
<style>
a { background-color: #A90A7C; }
a { background-color: rgb(169,10,124); }
div.DivClassName
{
background-color: #A90A7C;
}
.BgClassName
{
background-color: #A90A7C;
}
</style>
border-color css
<style>
span { border-color: #A90A7C; }
span { border-color: rgb(169,10,124); }
td.TdClassName
{
border-color: #A90A7C;
}
.TagClassName
{
border-color: #A90A7C;
}
</style>