Shades of Eggplant #A1077A
Tints of Eggplant #A1077A
RGB
CMYK
RGB Variations
Color information
#A1077A (or 0xA1077A) is known color: Eggplant. HEX triplet: A1, 07 and 7A. RGB value is (161,7,122). Sum of RGB (Red+Green+Blue) = 161+7+122=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1077A is #5EF885. Grayscale: #414141. Windows color (decimal): -6224006 or 7997345. OLE color: 7997345.
HSL color Cylindrical-coordinate representation of color #A1077A: hue angle of 315.19º 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 #A1077A is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.37 |
| HSL | 315.19º | 0.92% | 0.33% | - |
| HSV(B) | 315.19º | 0.96% | 0.63% | - |
| XYZ | 18.29 | 9.13 | 19.21 | - |
| YUV | 66.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 122 | 0 | 0.96 | 0.24 | 0.37 | 315.19 | 0.92 | 0.33 |
| Hex | A1 | 7 | 7A | 0 | 60 | 18 | 25 | 13B | 5C | 21 |
| Octal | 241 | 7 | 172 | 0 | 140 | 30 | 45 | 473 | 134 | 41 |
| Binary | 10100001 | 111 | 1111010 | 0 | 1100000 | 11000 | 100101 | 100111011 | 1011100 | 100001 |
Color Harmonies of #A1077A
Complementary color
Monochromatic Colors of #A1077A
Black with #A1077A
Text Example
Text Example
White with #A1077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1077A; }
p { color: rgb(161,7,122); }
H1.HeaderClassName
{
color: #A1077A;
}
.AnyTagClassName
{
color: #A1077A;
}
</style>
background-color css
<style>
a { background-color: #A1077A; }
a { background-color: rgb(161,7,122); }
div.DivClassName
{
background-color: #A1077A;
}
.BgClassName
{
background-color: #A1077A;
}
</style>
border-color css
<style>
span { border-color: #A1077A; }
span { border-color: rgb(161,7,122); }
td.TdClassName
{
border-color: #A1077A;
}
.TagClassName
{
border-color: #A1077A;
}
</style>