Shades of Eggplant #A00C6D
Tints of Eggplant #A00C6D
RGB
CMYK
RGB Variations
Color information
#A00C6D (or 0xA00C6D) is known color: Eggplant. HEX triplet: A0, 0C and 6D. RGB value is (160,12,109). Sum of RGB (Red+Green+Blue) = 160+12+109=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C6D is #5FF392. Grayscale: #434343. Windows color (decimal): -6288275 or 7146656. OLE color: 7146656.
HSL color Cylindrical-coordinate representation of color #A00C6D: hue angle of 320.68º 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 #A00C6D is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 109 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.37 |
| HSL | 320.68º | 0.86% | 0.34% | - |
| HSV(B) | 320.68º | 0.93% | 0.63% | - |
| XYZ | 17.39 | 8.84 | 15.26 | - |
| YUV | 67.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 109 | 0 | 0.93 | 0.32 | 0.37 | 320.68 | 0.86 | 0.34 |
| Hex | A0 | C | 6D | 0 | 5D | 20 | 25 | 141 | 56 | 22 |
| Octal | 240 | 14 | 155 | 0 | 135 | 40 | 45 | 501 | 126 | 42 |
| Binary | 10100000 | 1100 | 1101101 | 0 | 1011101 | 100000 | 100101 | 101000001 | 1010110 | 100010 |
Color Harmonies of #A00C6D
Complementary color
Monochromatic Colors of #A00C6D
Black with #A00C6D
Text Example
Text Example
White with #A00C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C6D; }
p { color: rgb(160,12,109); }
H1.HeaderClassName
{
color: #A00C6D;
}
.AnyTagClassName
{
color: #A00C6D;
}
</style>
background-color css
<style>
a { background-color: #A00C6D; }
a { background-color: rgb(160,12,109); }
div.DivClassName
{
background-color: #A00C6D;
}
.BgClassName
{
background-color: #A00C6D;
}
</style>
border-color css
<style>
span { border-color: #A00C6D; }
span { border-color: rgb(160,12,109); }
td.TdClassName
{
border-color: #A00C6D;
}
.TagClassName
{
border-color: #A00C6D;
}
</style>