Shades of Eggplant #A90A7B
Tints of Eggplant #A90A7B
RGB
CMYK
RGB Variations
Color information
#A90A7B (or 0xA90A7B) is known color: Eggplant. HEX triplet: A9, 0A and 7B. RGB value is (169,10,123). Sum of RGB (Red+Green+Blue) = 169+10+123=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A7B is #56F584. Grayscale: #464646. Windows color (decimal): -5698949 or 8063657. OLE color: 8063657.
HSL color Cylindrical-coordinate representation of color #A90A7B: hue angle of 317.36º 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 #A90A7B is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 123 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.34 |
| HSL | 317.36º | 0.89% | 0.35% | - |
| HSV(B) | 317.36º | 0.94% | 0.66% | - |
| XYZ | 20.05 | 10.08 | 19.63 | - |
| YUV | 70.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 123 | 0 | 0.94 | 0.27 | 0.34 | 317.36 | 0.89 | 0.35 |
| Hex | A9 | A | 7B | 0 | 5E | 1B | 22 | 13D | 59 | 23 |
| Octal | 251 | 12 | 173 | 0 | 136 | 33 | 42 | 475 | 131 | 43 |
| Binary | 10101001 | 1010 | 1111011 | 0 | 1011110 | 11011 | 100010 | 100111101 | 1011001 | 100011 |
Color Harmonies of #A90A7B
Complementary color
Monochromatic Colors of #A90A7B
Black with #A90A7B
Text Example
Text Example
White with #A90A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A7B; }
p { color: rgb(169,10,123); }
H1.HeaderClassName
{
color: #A90A7B;
}
.AnyTagClassName
{
color: #A90A7B;
}
</style>
background-color css
<style>
a { background-color: #A90A7B; }
a { background-color: rgb(169,10,123); }
div.DivClassName
{
background-color: #A90A7B;
}
.BgClassName
{
background-color: #A90A7B;
}
</style>
border-color css
<style>
span { border-color: #A90A7B; }
span { border-color: rgb(169,10,123); }
td.TdClassName
{
border-color: #A90A7B;
}
.TagClassName
{
border-color: #A90A7B;
}
</style>