Shades of Eggplant #A9117B
Tints of Eggplant #A9117B
RGB
CMYK
RGB Variations
Color information
#A9117B (or 0xA9117B) is known color: Eggplant. HEX triplet: A9, 11 and 7B. RGB value is (169,17,123). Sum of RGB (Red+Green+Blue) = 169+17+123=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A9117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9117B is #56EE84. Grayscale: #4A4A4A. Windows color (decimal): -5697157 or 8065449. OLE color: 8065449.
HSL color Cylindrical-coordinate representation of color #A9117B: hue angle of 318.16º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9117B is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 123 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.34 |
| HSL | 318.16º | 0.82% | 0.36% | - |
| HSV(B) | 318.16º | 0.9% | 0.66% | - |
| XYZ | 20.14 | 10.27 | 19.66 | - |
| YUV | 74.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 123 | 0 | 0.90 | 0.27 | 0.34 | 318.16 | 0.82 | 0.36 |
| Hex | A9 | 11 | 7B | 0 | 5A | 1B | 22 | 13E | 52 | 24 |
| Octal | 251 | 21 | 173 | 0 | 132 | 33 | 42 | 476 | 122 | 44 |
| Binary | 10101001 | 10001 | 1111011 | 0 | 1011010 | 11011 | 100010 | 100111110 | 1010010 | 100100 |
Color Harmonies of #A9117B
Complementary color
Monochromatic Colors of #A9117B
Black with #A9117B
Text Example
Text Example
White with #A9117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9117B; }
p { color: rgb(169,17,123); }
H1.HeaderClassName
{
color: #A9117B;
}
.AnyTagClassName
{
color: #A9117B;
}
</style>
background-color css
<style>
a { background-color: #A9117B; }
a { background-color: rgb(169,17,123); }
div.DivClassName
{
background-color: #A9117B;
}
.BgClassName
{
background-color: #A9117B;
}
</style>
border-color css
<style>
span { border-color: #A9117B; }
span { border-color: rgb(169,17,123); }
td.TdClassName
{
border-color: #A9117B;
}
.TagClassName
{
border-color: #A9117B;
}
</style>