Shades of Eggplant #A81079
Tints of Eggplant #A81079
RGB
CMYK
RGB Variations
Color information
#A81079 (or 0xA81079) is known color: Eggplant. HEX triplet: A8, 10 and 79. RGB value is (168,16,121). Sum of RGB (Red+Green+Blue) = 168+16+121=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A81079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81079 is #57EF86. Grayscale: #494949. Windows color (decimal): -5762951 or 7934120. OLE color: 7934120.
HSL color Cylindrical-coordinate representation of color #A81079: hue angle of 318.55º degrees, saturation: 0.83, 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 #A81079 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 121 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.34 |
| HSL | 318.55º | 0.83% | 0.36% | - |
| HSV(B) | 318.55º | 0.9% | 0.66% | - |
| XYZ | 19.78 | 10.08 | 18.99 | - |
| YUV | 73.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 121 | 0 | 0.90 | 0.28 | 0.34 | 318.55 | 0.83 | 0.36 |
| Hex | A8 | 10 | 79 | 0 | 5A | 1C | 22 | 13F | 53 | 24 |
| Octal | 250 | 20 | 171 | 0 | 132 | 34 | 42 | 477 | 123 | 44 |
| Binary | 10101000 | 10000 | 1111001 | 0 | 1011010 | 11100 | 100010 | 100111111 | 1010011 | 100100 |
Color Harmonies of #A81079
Complementary color
Monochromatic Colors of #A81079
Black with #A81079
Text Example
Text Example
White with #A81079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81079; }
p { color: rgb(168,16,121); }
H1.HeaderClassName
{
color: #A81079;
}
.AnyTagClassName
{
color: #A81079;
}
</style>
background-color css
<style>
a { background-color: #A81079; }
a { background-color: rgb(168,16,121); }
div.DivClassName
{
background-color: #A81079;
}
.BgClassName
{
background-color: #A81079;
}
</style>
border-color css
<style>
span { border-color: #A81079; }
span { border-color: rgb(168,16,121); }
td.TdClassName
{
border-color: #A81079;
}
.TagClassName
{
border-color: #A81079;
}
</style>