Shades of Eggplant #A10779
Tints of Eggplant #A10779
RGB
CMYK
RGB Variations
Color information
#A10779 (or 0xA10779) is known color: Eggplant. HEX triplet: A1, 07 and 79. RGB value is (161,7,121). Sum of RGB (Red+Green+Blue) = 161+7+121=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A10779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10779 is #5EF886. Grayscale: #414141. Windows color (decimal): -6224007 or 7931809. OLE color: 7931809.
HSL color Cylindrical-coordinate representation of color #A10779: hue angle of 315.58º 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 #A10779 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 121 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.37 |
| HSL | 315.58º | 0.92% | 0.33% | - |
| HSV(B) | 315.58º | 0.96% | 0.63% | - |
| XYZ | 18.23 | 9.11 | 18.89 | - |
| YUV | 66.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 121 | 0 | 0.96 | 0.25 | 0.37 | 315.58 | 0.92 | 0.33 |
| Hex | A1 | 7 | 79 | 0 | 60 | 19 | 25 | 13C | 5C | 21 |
| Octal | 241 | 7 | 171 | 0 | 140 | 31 | 45 | 474 | 134 | 41 |
| Binary | 10100001 | 111 | 1111001 | 0 | 1100000 | 11001 | 100101 | 100111100 | 1011100 | 100001 |
Color Harmonies of #A10779
Complementary color
Monochromatic Colors of #A10779
Black with #A10779
Text Example
Text Example
White with #A10779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10779; }
p { color: rgb(161,7,121); }
H1.HeaderClassName
{
color: #A10779;
}
.AnyTagClassName
{
color: #A10779;
}
</style>
background-color css
<style>
a { background-color: #A10779; }
a { background-color: rgb(161,7,121); }
div.DivClassName
{
background-color: #A10779;
}
.BgClassName
{
background-color: #A10779;
}
</style>
border-color css
<style>
span { border-color: #A10779; }
span { border-color: rgb(161,7,121); }
td.TdClassName
{
border-color: #A10779;
}
.TagClassName
{
border-color: #A10779;
}
</style>