Shades of Eggplant #A81178
Tints of Eggplant #A81178
RGB
CMYK
RGB Variations
Color information
#A81178 (or 0xA81178) is known color: Eggplant. HEX triplet: A8, 11 and 78. RGB value is (168,17,120). Sum of RGB (Red+Green+Blue) = 168+17+120=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A81178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81178 is #57EE87. Grayscale: #494949. Windows color (decimal): -5762696 or 7868840. OLE color: 7868840.
HSL color Cylindrical-coordinate representation of color #A81178: hue angle of 319.07º 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 #A81178 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 120 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.34 |
| HSL | 319.07º | 0.82% | 0.36% | - |
| HSV(B) | 319.07º | 0.9% | 0.66% | - |
| XYZ | 19.74 | 10.08 | 18.67 | - |
| YUV | 73.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 120 | 0 | 0.90 | 0.29 | 0.34 | 319.07 | 0.82 | 0.36 |
| Hex | A8 | 11 | 78 | 0 | 5A | 1D | 22 | 13F | 52 | 24 |
| Octal | 250 | 21 | 170 | 0 | 132 | 35 | 42 | 477 | 122 | 44 |
| Binary | 10101000 | 10001 | 1111000 | 0 | 1011010 | 11101 | 100010 | 100111111 | 1010010 | 100100 |
Color Harmonies of #A81178
Complementary color
Monochromatic Colors of #A81178
Black with #A81178
Text Example
Text Example
White with #A81178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81178; }
p { color: rgb(168,17,120); }
H1.HeaderClassName
{
color: #A81178;
}
.AnyTagClassName
{
color: #A81178;
}
</style>
background-color css
<style>
a { background-color: #A81178; }
a { background-color: rgb(168,17,120); }
div.DivClassName
{
background-color: #A81178;
}
.BgClassName
{
background-color: #A81178;
}
</style>
border-color css
<style>
span { border-color: #A81178; }
span { border-color: rgb(168,17,120); }
td.TdClassName
{
border-color: #A81178;
}
.TagClassName
{
border-color: #A81178;
}
</style>