Shades of Eggplant #A6067A
Tints of Eggplant #A6067A
RGB
CMYK
RGB Variations
Color information
#A6067A (or 0xA6067A) is known color: Eggplant. HEX triplet: A6, 06 and 7A. RGB value is (166,6,122). Sum of RGB (Red+Green+Blue) = 166+6+122=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6067A is #59F985. Grayscale: #424242. Windows color (decimal): -5896582 or 7997094. OLE color: 7997094.
HSL color Cylindrical-coordinate representation of color #A6067A: hue angle of 316.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6067A is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 122 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.35 |
| HSL | 316.5º | 0.93% | 0.34% | - |
| HSV(B) | 316.5º | 0.96% | 0.65% | - |
| XYZ | 19.3 | 9.64 | 19.26 | - |
| YUV | 67.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 122 | 0 | 0.96 | 0.27 | 0.35 | 316.5 | 0.93 | 0.34 |
| Hex | A6 | 6 | 7A | 0 | 60 | 1B | 23 | 13C | 5D | 22 |
| Octal | 246 | 6 | 172 | 0 | 140 | 33 | 43 | 474 | 135 | 42 |
| Binary | 10100110 | 110 | 1111010 | 0 | 1100000 | 11011 | 100011 | 100111100 | 1011101 | 100010 |
Color Harmonies of #A6067A
Complementary color
Monochromatic Colors of #A6067A
Black with #A6067A
Text Example
Text Example
White with #A6067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6067A; }
p { color: rgb(166,6,122); }
H1.HeaderClassName
{
color: #A6067A;
}
.AnyTagClassName
{
color: #A6067A;
}
</style>
background-color css
<style>
a { background-color: #A6067A; }
a { background-color: rgb(166,6,122); }
div.DivClassName
{
background-color: #A6067A;
}
.BgClassName
{
background-color: #A6067A;
}
</style>
border-color css
<style>
span { border-color: #A6067A; }
span { border-color: rgb(166,6,122); }
td.TdClassName
{
border-color: #A6067A;
}
.TagClassName
{
border-color: #A6067A;
}
</style>