Shades of Eggplant #A1066D
Tints of Eggplant #A1066D
RGB
CMYK
RGB Variations
Color information
#A1066D (or 0xA1066D) is known color: Eggplant. HEX triplet: A1, 06 and 6D. RGB value is (161,6,109). Sum of RGB (Red+Green+Blue) = 161+6+109=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1066D is #5EF992. Grayscale: #3F3F3F. Windows color (decimal): -6224275 or 7145121. OLE color: 7145121.
HSL color Cylindrical-coordinate representation of color #A1066D: hue angle of 320.13º degrees, saturation: 0.93, 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 #A1066D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.37 |
| HSL | 320.13º | 0.93% | 0.33% | - |
| HSV(B) | 320.13º | 0.96% | 0.63% | - |
| XYZ | 17.52 | 8.81 | 15.25 | - |
| YUV | 64.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 109 | 0 | 0.96 | 0.32 | 0.37 | 320.13 | 0.93 | 0.33 |
| Hex | A1 | 6 | 6D | 0 | 60 | 20 | 25 | 140 | 5D | 21 |
| Octal | 241 | 6 | 155 | 0 | 140 | 40 | 45 | 500 | 135 | 41 |
| Binary | 10100001 | 110 | 1101101 | 0 | 1100000 | 100000 | 100101 | 101000000 | 1011101 | 100001 |
Color Harmonies of #A1066D
Complementary color
Monochromatic Colors of #A1066D
Black with #A1066D
Text Example
Text Example
White with #A1066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1066D; }
p { color: rgb(161,6,109); }
H1.HeaderClassName
{
color: #A1066D;
}
.AnyTagClassName
{
color: #A1066D;
}
</style>
background-color css
<style>
a { background-color: #A1066D; }
a { background-color: rgb(161,6,109); }
div.DivClassName
{
background-color: #A1066D;
}
.BgClassName
{
background-color: #A1066D;
}
</style>
border-color css
<style>
span { border-color: #A1066D; }
span { border-color: rgb(161,6,109); }
td.TdClassName
{
border-color: #A1066D;
}
.TagClassName
{
border-color: #A1066D;
}
</style>