Shades of Eggplant #A0066B
Tints of Eggplant #A0066B
RGB
CMYK
RGB Variations
Color information
#A0066B (or 0xA0066B) is known color: Eggplant. HEX triplet: A0, 06 and 6B. RGB value is (160,6,107). Sum of RGB (Red+Green+Blue) = 160+6+107=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0066B is #5FF994. Grayscale: #3F3F3F. Windows color (decimal): -6289813 or 7014048. OLE color: 7014048.
HSL color Cylindrical-coordinate representation of color #A0066B: hue angle of 320.65º 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 #A0066B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 107 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.37 |
| HSL | 320.65º | 0.93% | 0.33% | - |
| HSV(B) | 320.65º | 0.96% | 0.63% | - |
| XYZ | 17.22 | 8.67 | 14.68 | - |
| YUV | 63.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 107 | 0 | 0.96 | 0.33 | 0.37 | 320.65 | 0.93 | 0.33 |
| Hex | A0 | 6 | 6B | 0 | 60 | 21 | 25 | 141 | 5D | 21 |
| Octal | 240 | 6 | 153 | 0 | 140 | 41 | 45 | 501 | 135 | 41 |
| Binary | 10100000 | 110 | 1101011 | 0 | 1100000 | 100001 | 100101 | 101000001 | 1011101 | 100001 |
Color Harmonies of #A0066B
Complementary color
Monochromatic Colors of #A0066B
Black with #A0066B
Text Example
Text Example
White with #A0066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0066B; }
p { color: rgb(160,6,107); }
H1.HeaderClassName
{
color: #A0066B;
}
.AnyTagClassName
{
color: #A0066B;
}
</style>
background-color css
<style>
a { background-color: #A0066B; }
a { background-color: rgb(160,6,107); }
div.DivClassName
{
background-color: #A0066B;
}
.BgClassName
{
background-color: #A0066B;
}
</style>
border-color css
<style>
span { border-color: #A0066B; }
span { border-color: rgb(160,6,107); }
td.TdClassName
{
border-color: #A0066B;
}
.TagClassName
{
border-color: #A0066B;
}
</style>