Shades of Eggplant #A6157A
Tints of Eggplant #A6157A
RGB
CMYK
RGB Variations
Color information
#A6157A (or 0xA6157A) is known color: Eggplant. HEX triplet: A6, 15 and 7A. RGB value is (166,21,122). Sum of RGB (Red+Green+Blue) = 166+21+122=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6157A is #59EA85. Grayscale: #4B4B4B. Windows color (decimal): -5892742 or 8000934. OLE color: 8000934.
HSL color Cylindrical-coordinate representation of color #A6157A: hue angle of 318.21º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6157A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 122 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.35 |
| HSL | 318.21º | 0.78% | 0.37% | - |
| HSV(B) | 318.21º | 0.87% | 0.65% | - |
| XYZ | 19.51 | 10.05 | 19.32 | - |
| YUV | 75.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 122 | 0 | 0.87 | 0.27 | 0.35 | 318.21 | 0.78 | 0.37 |
| Hex | A6 | 15 | 7A | 0 | 57 | 1B | 23 | 13E | 4E | 25 |
| Octal | 246 | 25 | 172 | 0 | 127 | 33 | 43 | 476 | 116 | 45 |
| Binary | 10100110 | 10101 | 1111010 | 0 | 1010111 | 11011 | 100011 | 100111110 | 1001110 | 100101 |
Color Harmonies of #A6157A
Complementary color
Monochromatic Colors of #A6157A
Black with #A6157A
Text Example
Text Example
White with #A6157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6157A; }
p { color: rgb(166,21,122); }
H1.HeaderClassName
{
color: #A6157A;
}
.AnyTagClassName
{
color: #A6157A;
}
</style>
background-color css
<style>
a { background-color: #A6157A; }
a { background-color: rgb(166,21,122); }
div.DivClassName
{
background-color: #A6157A;
}
.BgClassName
{
background-color: #A6157A;
}
</style>
border-color css
<style>
span { border-color: #A6157A; }
span { border-color: rgb(166,21,122); }
td.TdClassName
{
border-color: #A6157A;
}
.TagClassName
{
border-color: #A6157A;
}
</style>