Shades of Eggplant #A91179
Tints of Eggplant #A91179
RGB
CMYK
RGB Variations
Color information
#A91179 (or 0xA91179) is known color: Eggplant. HEX triplet: A9, 11 and 79. RGB value is (169,17,121). Sum of RGB (Red+Green+Blue) = 169+17+121=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A91179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91179 is #56EE86. Grayscale: #4A4A4A. Windows color (decimal): -5697159 or 7934377. OLE color: 7934377.
HSL color Cylindrical-coordinate representation of color #A91179: hue angle of 318.95º 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 #A91179 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 121 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.34 |
| HSL | 318.95º | 0.82% | 0.36% | - |
| HSV(B) | 318.95º | 0.9% | 0.66% | - |
| XYZ | 20.01 | 10.22 | 19.01 | - |
| YUV | 74.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 121 | 0 | 0.90 | 0.28 | 0.34 | 318.95 | 0.82 | 0.36 |
| Hex | A9 | 11 | 79 | 0 | 5A | 1C | 22 | 13F | 52 | 24 |
| Octal | 251 | 21 | 171 | 0 | 132 | 34 | 42 | 477 | 122 | 44 |
| Binary | 10101001 | 10001 | 1111001 | 0 | 1011010 | 11100 | 100010 | 100111111 | 1010010 | 100100 |
Color Harmonies of #A91179
Complementary color
Monochromatic Colors of #A91179
Black with #A91179
Text Example
Text Example
White with #A91179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91179; }
p { color: rgb(169,17,121); }
H1.HeaderClassName
{
color: #A91179;
}
.AnyTagClassName
{
color: #A91179;
}
</style>
background-color css
<style>
a { background-color: #A91179; }
a { background-color: rgb(169,17,121); }
div.DivClassName
{
background-color: #A91179;
}
.BgClassName
{
background-color: #A91179;
}
</style>
border-color css
<style>
span { border-color: #A91179; }
span { border-color: rgb(169,17,121); }
td.TdClassName
{
border-color: #A91179;
}
.TagClassName
{
border-color: #A91179;
}
</style>