Shades of Eggplant #A00768
Tints of Eggplant #A00768
RGB
CMYK
RGB Variations
Color information
#A00768 (or 0xA00768) is known color: Eggplant. HEX triplet: A0, 07 and 68. RGB value is (160,7,104). Sum of RGB (Red+Green+Blue) = 160+7+104=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A00768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00768 is #5FF897. Grayscale: #3F3F3F. Windows color (decimal): -6289560 or 6817696. OLE color: 6817696.
HSL color Cylindrical-coordinate representation of color #A00768: hue angle of 321.96º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00768 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 104 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.37 |
| HSL | 321.96º | 0.92% | 0.33% | - |
| HSV(B) | 321.96º | 0.96% | 0.63% | - |
| XYZ | 17.07 | 8.63 | 13.86 | - |
| YUV | 63.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 104 | 0 | 0.96 | 0.35 | 0.37 | 321.96 | 0.92 | 0.33 |
| Hex | A0 | 7 | 68 | 0 | 60 | 23 | 25 | 142 | 5C | 21 |
| Octal | 240 | 7 | 150 | 0 | 140 | 43 | 45 | 502 | 134 | 41 |
| Binary | 10100000 | 111 | 1101000 | 0 | 1100000 | 100011 | 100101 | 101000010 | 1011100 | 100001 |
Color Harmonies of #A00768
Complementary color
Monochromatic Colors of #A00768
Black with #A00768
Text Example
Text Example
White with #A00768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00768; }
p { color: rgb(160,7,104); }
H1.HeaderClassName
{
color: #A00768;
}
.AnyTagClassName
{
color: #A00768;
}
</style>
background-color css
<style>
a { background-color: #A00768; }
a { background-color: rgb(160,7,104); }
div.DivClassName
{
background-color: #A00768;
}
.BgClassName
{
background-color: #A00768;
}
</style>
border-color css
<style>
span { border-color: #A00768; }
span { border-color: rgb(160,7,104); }
td.TdClassName
{
border-color: #A00768;
}
.TagClassName
{
border-color: #A00768;
}
</style>