Shades of Eggplant #A00A6F
Tints of Eggplant #A00A6F
RGB
CMYK
RGB Variations
Color information
#A00A6F (or 0xA00A6F) is known color: Eggplant. HEX triplet: A0, 0A and 6F. RGB value is (160,10,111). Sum of RGB (Red+Green+Blue) = 160+10+111=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A6F is #5FF590. Grayscale: #424242. Windows color (decimal): -6288785 or 7277216. OLE color: 7277216.
HSL color Cylindrical-coordinate representation of color #A00A6F: hue angle of 319.6º 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 #A00A6F is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 111 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.37 |
| HSL | 319.6º | 0.88% | 0.33% | - |
| HSV(B) | 319.6º | 0.94% | 0.63% | - |
| XYZ | 17.47 | 8.84 | 15.82 | - |
| YUV | 66.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 111 | 0 | 0.94 | 0.31 | 0.37 | 319.6 | 0.88 | 0.33 |
| Hex | A0 | A | 6F | 0 | 5E | 1F | 25 | 140 | 58 | 21 |
| Octal | 240 | 12 | 157 | 0 | 136 | 37 | 45 | 500 | 130 | 41 |
| Binary | 10100000 | 1010 | 1101111 | 0 | 1011110 | 11111 | 100101 | 101000000 | 1011000 | 100001 |
Color Harmonies of #A00A6F
Complementary color
Monochromatic Colors of #A00A6F
Black with #A00A6F
Text Example
Text Example
White with #A00A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A6F; }
p { color: rgb(160,10,111); }
H1.HeaderClassName
{
color: #A00A6F;
}
.AnyTagClassName
{
color: #A00A6F;
}
</style>
background-color css
<style>
a { background-color: #A00A6F; }
a { background-color: rgb(160,10,111); }
div.DivClassName
{
background-color: #A00A6F;
}
.BgClassName
{
background-color: #A00A6F;
}
</style>
border-color css
<style>
span { border-color: #A00A6F; }
span { border-color: rgb(160,10,111); }
td.TdClassName
{
border-color: #A00A6F;
}
.TagClassName
{
border-color: #A00A6F;
}
</style>