Shades of Eggplant #A00A7F
Tints of Eggplant #A00A7F
RGB
CMYK
RGB Variations
Color information
#A00A7F (or 0xA00A7F) is known color: Eggplant. HEX triplet: A0, 0A and 7F. RGB value is (160,10,127). Sum of RGB (Red+Green+Blue) = 160+10+127=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A7F is #5FF580. Grayscale: #434343. Windows color (decimal): -6288769 or 8325792. OLE color: 8325792.
HSL color Cylindrical-coordinate representation of color #A00A7F: hue angle of 313.2º 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 #A00A7F is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 127 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.37 |
| HSL | 313.2º | 0.88% | 0.33% | - |
| HSV(B) | 313.2º | 0.94% | 0.63% | - |
| XYZ | 18.44 | 9.22 | 20.89 | - |
| YUV | 68.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 127 | 0 | 0.94 | 0.21 | 0.37 | 313.2 | 0.88 | 0.33 |
| Hex | A0 | A | 7F | 0 | 5E | 15 | 25 | 139 | 58 | 21 |
| Octal | 240 | 12 | 177 | 0 | 136 | 25 | 45 | 471 | 130 | 41 |
| Binary | 10100000 | 1010 | 1111111 | 0 | 1011110 | 10101 | 100101 | 100111001 | 1011000 | 100001 |
Color Harmonies of #A00A7F
Complementary color
Monochromatic Colors of #A00A7F
Black with #A00A7F
Text Example
Text Example
White with #A00A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A7F; }
p { color: rgb(160,10,127); }
H1.HeaderClassName
{
color: #A00A7F;
}
.AnyTagClassName
{
color: #A00A7F;
}
</style>
background-color css
<style>
a { background-color: #A00A7F; }
a { background-color: rgb(160,10,127); }
div.DivClassName
{
background-color: #A00A7F;
}
.BgClassName
{
background-color: #A00A7F;
}
</style>
border-color css
<style>
span { border-color: #A00A7F; }
span { border-color: rgb(160,10,127); }
td.TdClassName
{
border-color: #A00A7F;
}
.TagClassName
{
border-color: #A00A7F;
}
</style>