Shades of Eggplant #A00568
Tints of Eggplant #A00568
RGB
CMYK
RGB Variations
Color information
#A00568 (or 0xA00568) is known color: Eggplant. HEX triplet: A0, 05 and 68. RGB value is (160,5,104). Sum of RGB (Red+Green+Blue) = 160+5+104=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A00568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00568 is #5FFA97. Grayscale: #3E3E3E. Windows color (decimal): -6290072 or 6817184. OLE color: 6817184.
HSL color Cylindrical-coordinate representation of color #A00568: hue angle of 321.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00568 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 104 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.37 |
| HSL | 321.68º | 0.94% | 0.32% | - |
| HSV(B) | 321.68º | 0.97% | 0.63% | - |
| XYZ | 17.05 | 8.58 | 13.85 | - |
| YUV | 62.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 104 | 0 | 0.97 | 0.35 | 0.37 | 321.68 | 0.94 | 0.32 |
| Hex | A0 | 5 | 68 | 0 | 61 | 23 | 25 | 142 | 5E | 20 |
| Octal | 240 | 5 | 150 | 0 | 141 | 43 | 45 | 502 | 136 | 40 |
| Binary | 10100000 | 101 | 1101000 | 0 | 1100001 | 100011 | 100101 | 101000010 | 1011110 | 100000 |
Color Harmonies of #A00568
Complementary color
Monochromatic Colors of #A00568
Black with #A00568
Text Example
Text Example
White with #A00568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00568; }
p { color: rgb(160,5,104); }
H1.HeaderClassName
{
color: #A00568;
}
.AnyTagClassName
{
color: #A00568;
}
</style>
background-color css
<style>
a { background-color: #A00568; }
a { background-color: rgb(160,5,104); }
div.DivClassName
{
background-color: #A00568;
}
.BgClassName
{
background-color: #A00568;
}
</style>
border-color css
<style>
span { border-color: #A00568; }
span { border-color: rgb(160,5,104); }
td.TdClassName
{
border-color: #A00568;
}
.TagClassName
{
border-color: #A00568;
}
</style>