Shades of Eggplant #A1006D
Tints of Eggplant #A1006D
RGB
CMYK
RGB Variations
Color information
#A1006D (or 0xA1006D) is known color: Eggplant. HEX triplet: A1, 00 and 6D. RGB value is (161,0,109). Sum of RGB (Red+Green+Blue) = 161+0+109=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1006D is #5EFF92. Grayscale: #3C3C3C. Windows color (decimal): -6225811 or 7143585. OLE color: 7143585.
HSL color Cylindrical-coordinate representation of color #A1006D: hue angle of 319.38º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1006D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.32 | 0.37 |
| HSL | 319.38º | 1% | 0.32% | - |
| HSV(B) | 319.38º | 1% | 0.63% | - |
| XYZ | 17.46 | 8.68 | 15.22 | - |
| YUV | 60.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 109 | 0 | 1 | 0.32 | 0.37 | 319.38 | 1 | 0.32 |
| Hex | A1 | 0 | 6D | 0 | 64 | 20 | 25 | 13F | 64 | 20 |
| Octal | 241 | 0 | 155 | 0 | 144 | 40 | 45 | 477 | 144 | 40 |
| Binary | 10100001 | 0 | 1101101 | 0 | 1100100 | 100000 | 100101 | 100111111 | 1100100 | 100000 |
Color Harmonies of #A1006D
Complementary color
Monochromatic Colors of #A1006D
Black with #A1006D
Text Example
Text Example
White with #A1006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1006D; }
p { color: rgb(161,0,109); }
H1.HeaderClassName
{
color: #A1006D;
}
.AnyTagClassName
{
color: #A1006D;
}
</style>
background-color css
<style>
a { background-color: #A1006D; }
a { background-color: rgb(161,0,109); }
div.DivClassName
{
background-color: #A1006D;
}
.BgClassName
{
background-color: #A1006D;
}
</style>
border-color css
<style>
span { border-color: #A1006D; }
span { border-color: rgb(161,0,109); }
td.TdClassName
{
border-color: #A1006D;
}
.TagClassName
{
border-color: #A1006D;
}
</style>