Shades of Eggplant #A81179
Tints of Eggplant #A81179
RGB
CMYK
RGB Variations
Color information
#A81179 (or 0xA81179) is known color: Eggplant. HEX triplet: A8, 11 and 79. RGB value is (168,17,121). Sum of RGB (Red+Green+Blue) = 168+17+121=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81179 is #57EE86. Grayscale: #494949. Windows color (decimal): -5762695 or 7934376. OLE color: 7934376.
HSL color Cylindrical-coordinate representation of color #A81179: hue angle of 318.68º 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 #A81179 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 121 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.34 |
| HSL | 318.68º | 0.82% | 0.36% | - |
| HSV(B) | 318.68º | 0.9% | 0.66% | - |
| XYZ | 19.8 | 10.11 | 19 | - |
| YUV | 74.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 121 | 0 | 0.90 | 0.28 | 0.34 | 318.68 | 0.82 | 0.36 |
| Hex | A8 | 11 | 79 | 0 | 5A | 1C | 22 | 13F | 52 | 24 |
| Octal | 250 | 21 | 171 | 0 | 132 | 34 | 42 | 477 | 122 | 44 |
| Binary | 10101000 | 10001 | 1111001 | 0 | 1011010 | 11100 | 100010 | 100111111 | 1010010 | 100100 |
Color Harmonies of #A81179
Complementary color
Monochromatic Colors of #A81179
Black with #A81179
Text Example
Text Example
White with #A81179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81179; }
p { color: rgb(168,17,121); }
H1.HeaderClassName
{
color: #A81179;
}
.AnyTagClassName
{
color: #A81179;
}
</style>
background-color css
<style>
a { background-color: #A81179; }
a { background-color: rgb(168,17,121); }
div.DivClassName
{
background-color: #A81179;
}
.BgClassName
{
background-color: #A81179;
}
</style>
border-color css
<style>
span { border-color: #A81179; }
span { border-color: rgb(168,17,121); }
td.TdClassName
{
border-color: #A81179;
}
.TagClassName
{
border-color: #A81179;
}
</style>