Shades of Eggplant #A00779
Tints of Eggplant #A00779
RGB
CMYK
RGB Variations
Color information
#A00779 (or 0xA00779) is known color: Eggplant. HEX triplet: A0, 07 and 79. RGB value is (160,7,121). Sum of RGB (Red+Green+Blue) = 160+7+121=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A00779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00779 is #5FF886. Grayscale: #414141. Windows color (decimal): -6289543 or 7931808. OLE color: 7931808.
HSL color Cylindrical-coordinate representation of color #A00779: hue angle of 315.29º 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 #A00779 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 121 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.37 |
| HSL | 315.29º | 0.92% | 0.33% | - |
| HSV(B) | 315.29º | 0.96% | 0.63% | - |
| XYZ | 18.02 | 9.01 | 18.88 | - |
| YUV | 65.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 121 | 0 | 0.96 | 0.24 | 0.37 | 315.29 | 0.92 | 0.33 |
| Hex | A0 | 7 | 79 | 0 | 60 | 18 | 25 | 13B | 5C | 21 |
| Octal | 240 | 7 | 171 | 0 | 140 | 30 | 45 | 473 | 134 | 41 |
| Binary | 10100000 | 111 | 1111001 | 0 | 1100000 | 11000 | 100101 | 100111011 | 1011100 | 100001 |
Color Harmonies of #A00779
Complementary color
Monochromatic Colors of #A00779
Black with #A00779
Text Example
Text Example
White with #A00779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00779; }
p { color: rgb(160,7,121); }
H1.HeaderClassName
{
color: #A00779;
}
.AnyTagClassName
{
color: #A00779;
}
</style>
background-color css
<style>
a { background-color: #A00779; }
a { background-color: rgb(160,7,121); }
div.DivClassName
{
background-color: #A00779;
}
.BgClassName
{
background-color: #A00779;
}
</style>
border-color css
<style>
span { border-color: #A00779; }
span { border-color: rgb(160,7,121); }
td.TdClassName
{
border-color: #A00779;
}
.TagClassName
{
border-color: #A00779;
}
</style>