Shades of Eggplant #A81278
Tints of Eggplant #A81278
RGB
CMYK
RGB Variations
Color information
#A81278 (or 0xA81278) is known color: Eggplant. HEX triplet: A8, 12 and 78. RGB value is (168,18,120). Sum of RGB (Red+Green+Blue) = 168+18+120=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81278 is #57ED87. Grayscale: #4A4A4A. Windows color (decimal): -5762440 or 7869096. OLE color: 7869096.
HSL color Cylindrical-coordinate representation of color #A81278: hue angle of 319.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81278 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 120 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.34 |
| HSL | 319.2º | 0.81% | 0.36% | - |
| HSV(B) | 319.2º | 0.89% | 0.66% | - |
| XYZ | 19.75 | 10.11 | 18.68 | - |
| YUV | 74.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 120 | 0 | 0.89 | 0.29 | 0.34 | 319.2 | 0.81 | 0.36 |
| Hex | A8 | 12 | 78 | 0 | 59 | 1D | 22 | 13F | 51 | 24 |
| Octal | 250 | 22 | 170 | 0 | 131 | 35 | 42 | 477 | 121 | 44 |
| Binary | 10101000 | 10010 | 1111000 | 0 | 1011001 | 11101 | 100010 | 100111111 | 1010001 | 100100 |
Color Harmonies of #A81278
Complementary color
Monochromatic Colors of #A81278
Black with #A81278
Text Example
Text Example
White with #A81278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81278; }
p { color: rgb(168,18,120); }
H1.HeaderClassName
{
color: #A81278;
}
.AnyTagClassName
{
color: #A81278;
}
</style>
background-color css
<style>
a { background-color: #A81278; }
a { background-color: rgb(168,18,120); }
div.DivClassName
{
background-color: #A81278;
}
.BgClassName
{
background-color: #A81278;
}
</style>
border-color css
<style>
span { border-color: #A81278; }
span { border-color: rgb(168,18,120); }
td.TdClassName
{
border-color: #A81278;
}
.TagClassName
{
border-color: #A81278;
}
</style>