Shades of Eggplant #A00C7B
Tints of Eggplant #A00C7B
RGB
CMYK
RGB Variations
Color information
#A00C7B (or 0xA00C7B) is known color: Eggplant. HEX triplet: A0, 0C and 7B. RGB value is (160,12,123). Sum of RGB (Red+Green+Blue) = 160+12+123=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C7B is #5FF384. Grayscale: #444444. Windows color (decimal): -6288261 or 8064160. OLE color: 8064160.
HSL color Cylindrical-coordinate representation of color #A00C7B: hue angle of 315º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C7B is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 123 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.37 |
| HSL | 315º | 0.86% | 0.34% | - |
| HSV(B) | 315º | 0.93% | 0.63% | - |
| XYZ | 18.2 | 9.17 | 19.55 | - |
| YUV | 68.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 123 | 0 | 0.93 | 0.23 | 0.37 | 315 | 0.86 | 0.34 |
| Hex | A0 | C | 7B | 0 | 5D | 17 | 25 | 13B | 56 | 22 |
| Octal | 240 | 14 | 173 | 0 | 135 | 27 | 45 | 473 | 126 | 42 |
| Binary | 10100000 | 1100 | 1111011 | 0 | 1011101 | 10111 | 100101 | 100111011 | 1010110 | 100010 |
Color Harmonies of #A00C7B
Complementary color
Monochromatic Colors of #A00C7B
Black with #A00C7B
Text Example
Text Example
White with #A00C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C7B; }
p { color: rgb(160,12,123); }
H1.HeaderClassName
{
color: #A00C7B;
}
.AnyTagClassName
{
color: #A00C7B;
}
</style>
background-color css
<style>
a { background-color: #A00C7B; }
a { background-color: rgb(160,12,123); }
div.DivClassName
{
background-color: #A00C7B;
}
.BgClassName
{
background-color: #A00C7B;
}
</style>
border-color css
<style>
span { border-color: #A00C7B; }
span { border-color: rgb(160,12,123); }
td.TdClassName
{
border-color: #A00C7B;
}
.TagClassName
{
border-color: #A00C7B;
}
</style>