Shades of Eggplant #A00678
Tints of Eggplant #A00678
RGB
CMYK
RGB Variations
Color information
#A00678 (or 0xA00678) is known color: Eggplant. HEX triplet: A0, 06 and 78. RGB value is (160,6,120). Sum of RGB (Red+Green+Blue) = 160+6+120=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A00678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00678 is #5FF987. Grayscale: #404040. Windows color (decimal): -6289800 or 7866016. OLE color: 7866016.
HSL color Cylindrical-coordinate representation of color #A00678: hue angle of 315.58º degrees, saturation: 0.93, 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 #A00678 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 120 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.37 |
| HSL | 315.58º | 0.93% | 0.33% | - |
| HSV(B) | 315.58º | 0.96% | 0.63% | - |
| XYZ | 17.95 | 8.96 | 18.55 | - |
| YUV | 65.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 120 | 0 | 0.96 | 0.25 | 0.37 | 315.58 | 0.93 | 0.33 |
| Hex | A0 | 6 | 78 | 0 | 60 | 19 | 25 | 13C | 5D | 21 |
| Octal | 240 | 6 | 170 | 0 | 140 | 31 | 45 | 474 | 135 | 41 |
| Binary | 10100000 | 110 | 1111000 | 0 | 1100000 | 11001 | 100101 | 100111100 | 1011101 | 100001 |
Color Harmonies of #A00678
Complementary color
Monochromatic Colors of #A00678
Black with #A00678
Text Example
Text Example
White with #A00678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00678; }
p { color: rgb(160,6,120); }
H1.HeaderClassName
{
color: #A00678;
}
.AnyTagClassName
{
color: #A00678;
}
</style>
background-color css
<style>
a { background-color: #A00678; }
a { background-color: rgb(160,6,120); }
div.DivClassName
{
background-color: #A00678;
}
.BgClassName
{
background-color: #A00678;
}
</style>
border-color css
<style>
span { border-color: #A00678; }
span { border-color: rgb(160,6,120); }
td.TdClassName
{
border-color: #A00678;
}
.TagClassName
{
border-color: #A00678;
}
</style>