Shades of Eggplant #A1076B
Tints of Eggplant #A1076B
RGB
CMYK
RGB Variations
Color information
#A1076B (or 0xA1076B) is known color: Eggplant. HEX triplet: A1, 07 and 6B. RGB value is (161,7,107). Sum of RGB (Red+Green+Blue) = 161+7+107=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1076B is #5EF894. Grayscale: #404040. Windows color (decimal): -6224021 or 7014305. OLE color: 7014305.
HSL color Cylindrical-coordinate representation of color #A1076B: hue angle of 321.04º 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 #A1076B is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 107 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.37 |
| HSL | 321.04º | 0.92% | 0.33% | - |
| HSV(B) | 321.04º | 0.96% | 0.63% | - |
| XYZ | 17.43 | 8.79 | 14.69 | - |
| YUV | 64.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 107 | 0 | 0.96 | 0.34 | 0.37 | 321.04 | 0.92 | 0.33 |
| Hex | A1 | 7 | 6B | 0 | 60 | 22 | 25 | 141 | 5C | 21 |
| Octal | 241 | 7 | 153 | 0 | 140 | 42 | 45 | 501 | 134 | 41 |
| Binary | 10100001 | 111 | 1101011 | 0 | 1100000 | 100010 | 100101 | 101000001 | 1011100 | 100001 |
Color Harmonies of #A1076B
Complementary color
Monochromatic Colors of #A1076B
Black with #A1076B
Text Example
Text Example
White with #A1076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1076B; }
p { color: rgb(161,7,107); }
H1.HeaderClassName
{
color: #A1076B;
}
.AnyTagClassName
{
color: #A1076B;
}
</style>
background-color css
<style>
a { background-color: #A1076B; }
a { background-color: rgb(161,7,107); }
div.DivClassName
{
background-color: #A1076B;
}
.BgClassName
{
background-color: #A1076B;
}
</style>
border-color css
<style>
span { border-color: #A1076B; }
span { border-color: rgb(161,7,107); }
td.TdClassName
{
border-color: #A1076B;
}
.TagClassName
{
border-color: #A1076B;
}
</style>