Shades of Eggplant #A90B7A
Tints of Eggplant #A90B7A
RGB
CMYK
RGB Variations
Color information
#A90B7A (or 0xA90B7A) is known color: Eggplant. HEX triplet: A9, 0B and 7A. RGB value is (169,11,122). Sum of RGB (Red+Green+Blue) = 169+11+122=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B7A is #56F485. Grayscale: #464646. Windows color (decimal): -5698694 or 7998377. OLE color: 7998377.
HSL color Cylindrical-coordinate representation of color #A90B7A: hue angle of 317.85º degrees, saturation: 0.88, 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 #A90B7A is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 122 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.34 |
| HSL | 317.85º | 0.88% | 0.35% | - |
| HSV(B) | 317.85º | 0.93% | 0.66% | - |
| XYZ | 19.99 | 10.08 | 19.3 | - |
| YUV | 70.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 122 | 0 | 0.93 | 0.28 | 0.34 | 317.85 | 0.88 | 0.35 |
| Hex | A9 | B | 7A | 0 | 5D | 1C | 22 | 13E | 58 | 23 |
| Octal | 251 | 13 | 172 | 0 | 135 | 34 | 42 | 476 | 130 | 43 |
| Binary | 10101001 | 1011 | 1111010 | 0 | 1011101 | 11100 | 100010 | 100111110 | 1011000 | 100011 |
Color Harmonies of #A90B7A
Complementary color
Monochromatic Colors of #A90B7A
Black with #A90B7A
Text Example
Text Example
White with #A90B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B7A; }
p { color: rgb(169,11,122); }
H1.HeaderClassName
{
color: #A90B7A;
}
.AnyTagClassName
{
color: #A90B7A;
}
</style>
background-color css
<style>
a { background-color: #A90B7A; }
a { background-color: rgb(169,11,122); }
div.DivClassName
{
background-color: #A90B7A;
}
.BgClassName
{
background-color: #A90B7A;
}
</style>
border-color css
<style>
span { border-color: #A90B7A; }
span { border-color: rgb(169,11,122); }
td.TdClassName
{
border-color: #A90B7A;
}
.TagClassName
{
border-color: #A90B7A;
}
</style>