Shades of Eggplant #A00C7F
Tints of Eggplant #A00C7F
RGB
CMYK
RGB Variations
Color information
#A00C7F (or 0xA00C7F) is known color: Eggplant. HEX triplet: A0, 0C and 7F. RGB value is (160,12,127). Sum of RGB (Red+Green+Blue) = 160+12+127=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C7F is #5FF380. Grayscale: #454545. Windows color (decimal): -6288257 or 8326304. OLE color: 8326304.
HSL color Cylindrical-coordinate representation of color #A00C7F: hue angle of 313.38º 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 #A00C7F is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 127 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.37 |
| HSL | 313.38º | 0.86% | 0.34% | - |
| HSV(B) | 313.38º | 0.93% | 0.63% | - |
| XYZ | 18.46 | 9.27 | 20.89 | - |
| YUV | 69.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 127 | 0 | 0.93 | 0.21 | 0.37 | 313.38 | 0.86 | 0.34 |
| Hex | A0 | C | 7F | 0 | 5D | 15 | 25 | 139 | 56 | 22 |
| Octal | 240 | 14 | 177 | 0 | 135 | 25 | 45 | 471 | 126 | 42 |
| Binary | 10100000 | 1100 | 1111111 | 0 | 1011101 | 10101 | 100101 | 100111001 | 1010110 | 100010 |
Color Harmonies of #A00C7F
Complementary color
Monochromatic Colors of #A00C7F
Black with #A00C7F
Text Example
Text Example
White with #A00C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C7F; }
p { color: rgb(160,12,127); }
H1.HeaderClassName
{
color: #A00C7F;
}
.AnyTagClassName
{
color: #A00C7F;
}
</style>
background-color css
<style>
a { background-color: #A00C7F; }
a { background-color: rgb(160,12,127); }
div.DivClassName
{
background-color: #A00C7F;
}
.BgClassName
{
background-color: #A00C7F;
}
</style>
border-color css
<style>
span { border-color: #A00C7F; }
span { border-color: rgb(160,12,127); }
td.TdClassName
{
border-color: #A00C7F;
}
.TagClassName
{
border-color: #A00C7F;
}
</style>