Shades of Eggplant #A80C7B
Tints of Eggplant #A80C7B
RGB
CMYK
RGB Variations
Color information
#A80C7B (or 0xA80C7B) is known color: Eggplant. HEX triplet: A8, 0C and 7B. RGB value is (168,12,123). Sum of RGB (Red+Green+Blue) = 168+12+123=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C7B is #57F384. Grayscale: #474747. Windows color (decimal): -5763973 or 8064168. OLE color: 8064168.
HSL color Cylindrical-coordinate representation of color #A80C7B: hue angle of 317.31º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C7B is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 123 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.34 |
| HSL | 317.31º | 0.87% | 0.35% | - |
| HSV(B) | 317.31º | 0.93% | 0.66% | - |
| XYZ | 19.86 | 10.02 | 19.63 | - |
| YUV | 71.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 123 | 0 | 0.93 | 0.27 | 0.34 | 317.31 | 0.87 | 0.35 |
| Hex | A8 | C | 7B | 0 | 5D | 1B | 22 | 13D | 57 | 23 |
| Octal | 250 | 14 | 173 | 0 | 135 | 33 | 42 | 475 | 127 | 43 |
| Binary | 10101000 | 1100 | 1111011 | 0 | 1011101 | 11011 | 100010 | 100111101 | 1010111 | 100011 |
Color Harmonies of #A80C7B
Complementary color
Monochromatic Colors of #A80C7B
Black with #A80C7B
Text Example
Text Example
White with #A80C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C7B; }
p { color: rgb(168,12,123); }
H1.HeaderClassName
{
color: #A80C7B;
}
.AnyTagClassName
{
color: #A80C7B;
}
</style>
background-color css
<style>
a { background-color: #A80C7B; }
a { background-color: rgb(168,12,123); }
div.DivClassName
{
background-color: #A80C7B;
}
.BgClassName
{
background-color: #A80C7B;
}
</style>
border-color css
<style>
span { border-color: #A80C7B; }
span { border-color: rgb(168,12,123); }
td.TdClassName
{
border-color: #A80C7B;
}
.TagClassName
{
border-color: #A80C7B;
}
</style>