Shades of Eggplant #A00A6C
Tints of Eggplant #A00A6C
RGB
CMYK
RGB Variations
Color information
#A00A6C (or 0xA00A6C) is known color: Eggplant. HEX triplet: A0, 0A and 6C. RGB value is (160,10,108). Sum of RGB (Red+Green+Blue) = 160+10+108=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A6C is #5FF593. Grayscale: #414141. Windows color (decimal): -6288788 or 7080608. OLE color: 7080608.
HSL color Cylindrical-coordinate representation of color #A00A6C: hue angle of 320.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A6C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 108 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.37 |
| HSL | 320.8º | 0.88% | 0.33% | - |
| HSV(B) | 320.8º | 0.94% | 0.63% | - |
| XYZ | 17.31 | 8.77 | 14.97 | - |
| YUV | 66.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 108 | 0 | 0.94 | 0.32 | 0.37 | 320.8 | 0.88 | 0.33 |
| Hex | A0 | A | 6C | 0 | 5E | 20 | 25 | 141 | 58 | 21 |
| Octal | 240 | 12 | 154 | 0 | 136 | 40 | 45 | 501 | 130 | 41 |
| Binary | 10100000 | 1010 | 1101100 | 0 | 1011110 | 100000 | 100101 | 101000001 | 1011000 | 100001 |
Color Harmonies of #A00A6C
Complementary color
Monochromatic Colors of #A00A6C
Black with #A00A6C
Text Example
Text Example
White with #A00A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A6C; }
p { color: rgb(160,10,108); }
H1.HeaderClassName
{
color: #A00A6C;
}
.AnyTagClassName
{
color: #A00A6C;
}
</style>
background-color css
<style>
a { background-color: #A00A6C; }
a { background-color: rgb(160,10,108); }
div.DivClassName
{
background-color: #A00A6C;
}
.BgClassName
{
background-color: #A00A6C;
}
</style>
border-color css
<style>
span { border-color: #A00A6C; }
span { border-color: rgb(160,10,108); }
td.TdClassName
{
border-color: #A00A6C;
}
.TagClassName
{
border-color: #A00A6C;
}
</style>