Shades of Eggplant #A90E7B
Tints of Eggplant #A90E7B
RGB
CMYK
RGB Variations
Color information
#A90E7B (or 0xA90E7B) is known color: Eggplant. HEX triplet: A9, 0E and 7B. RGB value is (169,14,123). Sum of RGB (Red+Green+Blue) = 169+14+123=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E7B is #56F184. Grayscale: #484848. Windows color (decimal): -5697925 or 8064681. OLE color: 8064681.
HSL color Cylindrical-coordinate representation of color #A90E7B: hue angle of 317.81º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90E7B is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 123 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.34 |
| HSL | 317.81º | 0.85% | 0.36% | - |
| HSV(B) | 317.81º | 0.92% | 0.66% | - |
| XYZ | 20.09 | 10.18 | 19.64 | - |
| YUV | 72.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 123 | 0 | 0.92 | 0.27 | 0.34 | 317.81 | 0.85 | 0.36 |
| Hex | A9 | E | 7B | 0 | 5C | 1B | 22 | 13E | 55 | 24 |
| Octal | 251 | 16 | 173 | 0 | 134 | 33 | 42 | 476 | 125 | 44 |
| Binary | 10101001 | 1110 | 1111011 | 0 | 1011100 | 11011 | 100010 | 100111110 | 1010101 | 100100 |
Color Harmonies of #A90E7B
Complementary color
Monochromatic Colors of #A90E7B
Black with #A90E7B
Text Example
Text Example
White with #A90E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E7B; }
p { color: rgb(169,14,123); }
H1.HeaderClassName
{
color: #A90E7B;
}
.AnyTagClassName
{
color: #A90E7B;
}
</style>
background-color css
<style>
a { background-color: #A90E7B; }
a { background-color: rgb(169,14,123); }
div.DivClassName
{
background-color: #A90E7B;
}
.BgClassName
{
background-color: #A90E7B;
}
</style>
border-color css
<style>
span { border-color: #A90E7B; }
span { border-color: rgb(169,14,123); }
td.TdClassName
{
border-color: #A90E7B;
}
.TagClassName
{
border-color: #A90E7B;
}
</style>