Shades of Eggplant #A90D7B
Tints of Eggplant #A90D7B
RGB
CMYK
RGB Variations
Color information
#A90D7B (or 0xA90D7B) is known color: Eggplant. HEX triplet: A9, 0D and 7B. RGB value is (169,13,123). Sum of RGB (Red+Green+Blue) = 169+13+123=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90D7B is #56F284. Grayscale: #474747. Windows color (decimal): -5698181 or 8064425. OLE color: 8064425.
HSL color Cylindrical-coordinate representation of color #A90D7B: hue angle of 317.69º degrees, saturation: 0.86, 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 #A90D7B is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 123 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.34 |
| HSL | 317.69º | 0.86% | 0.36% | - |
| HSV(B) | 317.69º | 0.92% | 0.66% | - |
| XYZ | 20.08 | 10.15 | 19.64 | - |
| YUV | 72.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 123 | 0 | 0.92 | 0.27 | 0.34 | 317.69 | 0.86 | 0.36 |
| Hex | A9 | D | 7B | 0 | 5C | 1B | 22 | 13E | 56 | 24 |
| Octal | 251 | 15 | 173 | 0 | 134 | 33 | 42 | 476 | 126 | 44 |
| Binary | 10101001 | 1101 | 1111011 | 0 | 1011100 | 11011 | 100010 | 100111110 | 1010110 | 100100 |
Color Harmonies of #A90D7B
Complementary color
Monochromatic Colors of #A90D7B
Black with #A90D7B
Text Example
Text Example
White with #A90D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D7B; }
p { color: rgb(169,13,123); }
H1.HeaderClassName
{
color: #A90D7B;
}
.AnyTagClassName
{
color: #A90D7B;
}
</style>
background-color css
<style>
a { background-color: #A90D7B; }
a { background-color: rgb(169,13,123); }
div.DivClassName
{
background-color: #A90D7B;
}
.BgClassName
{
background-color: #A90D7B;
}
</style>
border-color css
<style>
span { border-color: #A90D7B; }
span { border-color: rgb(169,13,123); }
td.TdClassName
{
border-color: #A90D7B;
}
.TagClassName
{
border-color: #A90D7B;
}
</style>