Shades of Eggplant #A1086A
Tints of Eggplant #A1086A
RGB
CMYK
RGB Variations
Color information
#A1086A (or 0xA1086A) is known color: Eggplant. HEX triplet: A1, 08 and 6A. RGB value is (161,8,106). Sum of RGB (Red+Green+Blue) = 161+8+106=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1086A is #5EF795. Grayscale: #404040. Windows color (decimal): -6223766 or 6949025. OLE color: 6949025.
HSL color Cylindrical-coordinate representation of color #A1086A: hue angle of 321.57º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1086A is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 106 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.37 |
| HSL | 321.57º | 0.91% | 0.33% | - |
| HSV(B) | 321.57º | 0.95% | 0.63% | - |
| XYZ | 17.39 | 8.79 | 14.42 | - |
| YUV | 64.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 106 | 0 | 0.95 | 0.34 | 0.37 | 321.57 | 0.91 | 0.33 |
| Hex | A1 | 8 | 6A | 0 | 5F | 22 | 25 | 142 | 5B | 21 |
| Octal | 241 | 10 | 152 | 0 | 137 | 42 | 45 | 502 | 133 | 41 |
| Binary | 10100001 | 1000 | 1101010 | 0 | 1011111 | 100010 | 100101 | 101000010 | 1011011 | 100001 |
Color Harmonies of #A1086A
Complementary color
Monochromatic Colors of #A1086A
Black with #A1086A
Text Example
Text Example
White with #A1086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1086A; }
p { color: rgb(161,8,106); }
H1.HeaderClassName
{
color: #A1086A;
}
.AnyTagClassName
{
color: #A1086A;
}
</style>
background-color css
<style>
a { background-color: #A1086A; }
a { background-color: rgb(161,8,106); }
div.DivClassName
{
background-color: #A1086A;
}
.BgClassName
{
background-color: #A1086A;
}
</style>
border-color css
<style>
span { border-color: #A1086A; }
span { border-color: rgb(161,8,106); }
td.TdClassName
{
border-color: #A1086A;
}
.TagClassName
{
border-color: #A1086A;
}
</style>