Shades of Eggplant #A2107F
Tints of Eggplant #A2107F
RGB
CMYK
RGB Variations
Color information
#A2107F (or 0xA2107F) is known color: Eggplant. HEX triplet: A2, 10 and 7F. RGB value is (162,16,127). Sum of RGB (Red+Green+Blue) = 162+16+127=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2107F is #5DEF80. Grayscale: #484848. Windows color (decimal): -6156161 or 8327330. OLE color: 8327330.
HSL color Cylindrical-coordinate representation of color #A2107F: hue angle of 314.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2107F is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 127 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.36 |
| HSL | 314.38º | 0.82% | 0.35% | - |
| HSV(B) | 314.38º | 0.9% | 0.64% | - |
| XYZ | 18.92 | 9.58 | 20.93 | - |
| YUV | 72.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 127 | 0 | 0.90 | 0.22 | 0.36 | 314.38 | 0.82 | 0.35 |
| Hex | A2 | 10 | 7F | 0 | 5A | 16 | 24 | 13A | 52 | 23 |
| Octal | 242 | 20 | 177 | 0 | 132 | 26 | 44 | 472 | 122 | 43 |
| Binary | 10100010 | 10000 | 1111111 | 0 | 1011010 | 10110 | 100100 | 100111010 | 1010010 | 100011 |
Color Harmonies of #A2107F
Complementary color
Monochromatic Colors of #A2107F
Black with #A2107F
Text Example
Text Example
White with #A2107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2107F; }
p { color: rgb(162,16,127); }
H1.HeaderClassName
{
color: #A2107F;
}
.AnyTagClassName
{
color: #A2107F;
}
</style>
background-color css
<style>
a { background-color: #A2107F; }
a { background-color: rgb(162,16,127); }
div.DivClassName
{
background-color: #A2107F;
}
.BgClassName
{
background-color: #A2107F;
}
</style>
border-color css
<style>
span { border-color: #A2107F; }
span { border-color: rgb(162,16,127); }
td.TdClassName
{
border-color: #A2107F;
}
.TagClassName
{
border-color: #A2107F;
}
</style>