Shades of Eggplant #A3096E
Tints of Eggplant #A3096E
RGB
CMYK
RGB Variations
Color information
#A3096E (or 0xA3096E) is known color: Eggplant. HEX triplet: A3, 09 and 6E. RGB value is (163,9,110). Sum of RGB (Red+Green+Blue) = 163+9+110=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A3096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3096E is #5CF691. Grayscale: #424242. Windows color (decimal): -6092434 or 7211427. OLE color: 7211427.
HSL color Cylindrical-coordinate representation of color #A3096E: hue angle of 320.65º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3096E is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.36 |
| HSL | 320.65º | 0.9% | 0.34% | - |
| HSV(B) | 320.65º | 0.94% | 0.64% | - |
| XYZ | 18.02 | 9.11 | 15.56 | - |
| YUV | 66.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 110 | 0 | 0.94 | 0.33 | 0.36 | 320.65 | 0.9 | 0.34 |
| Hex | A3 | 9 | 6E | 0 | 5E | 21 | 24 | 141 | 5A | 22 |
| Octal | 243 | 11 | 156 | 0 | 136 | 41 | 44 | 501 | 132 | 42 |
| Binary | 10100011 | 1001 | 1101110 | 0 | 1011110 | 100001 | 100100 | 101000001 | 1011010 | 100010 |
Color Harmonies of #A3096E
Complementary color
Monochromatic Colors of #A3096E
Black with #A3096E
Text Example
Text Example
White with #A3096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3096E; }
p { color: rgb(163,9,110); }
H1.HeaderClassName
{
color: #A3096E;
}
.AnyTagClassName
{
color: #A3096E;
}
</style>
background-color css
<style>
a { background-color: #A3096E; }
a { background-color: rgb(163,9,110); }
div.DivClassName
{
background-color: #A3096E;
}
.BgClassName
{
background-color: #A3096E;
}
</style>
border-color css
<style>
span { border-color: #A3096E; }
span { border-color: rgb(163,9,110); }
td.TdClassName
{
border-color: #A3096E;
}
.TagClassName
{
border-color: #A3096E;
}
</style>