Shades of Eggplant #A3097A
Tints of Eggplant #A3097A
RGB
CMYK
RGB Variations
Color information
#A3097A (or 0xA3097A) is known color: Eggplant. HEX triplet: A3, 09 and 7A. RGB value is (163,9,122). Sum of RGB (Red+Green+Blue) = 163+9+122=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3097A is #5CF685. Grayscale: #434343. Windows color (decimal): -6092422 or 7997859. OLE color: 7997859.
HSL color Cylindrical-coordinate representation of color #A3097A: hue angle of 315.97º 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 #A3097A is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.36 |
| HSL | 315.97º | 0.9% | 0.34% | - |
| HSV(B) | 315.97º | 0.94% | 0.64% | - |
| XYZ | 18.71 | 9.39 | 19.24 | - |
| YUV | 67.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 122 | 0 | 0.94 | 0.25 | 0.36 | 315.97 | 0.9 | 0.34 |
| Hex | A3 | 9 | 7A | 0 | 5E | 19 | 24 | 13C | 5A | 22 |
| Octal | 243 | 11 | 172 | 0 | 136 | 31 | 44 | 474 | 132 | 42 |
| Binary | 10100011 | 1001 | 1111010 | 0 | 1011110 | 11001 | 100100 | 100111100 | 1011010 | 100010 |
Color Harmonies of #A3097A
Complementary color
Monochromatic Colors of #A3097A
Black with #A3097A
Text Example
Text Example
White with #A3097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3097A; }
p { color: rgb(163,9,122); }
H1.HeaderClassName
{
color: #A3097A;
}
.AnyTagClassName
{
color: #A3097A;
}
</style>
background-color css
<style>
a { background-color: #A3097A; }
a { background-color: rgb(163,9,122); }
div.DivClassName
{
background-color: #A3097A;
}
.BgClassName
{
background-color: #A3097A;
}
</style>
border-color css
<style>
span { border-color: #A3097A; }
span { border-color: rgb(163,9,122); }
td.TdClassName
{
border-color: #A3097A;
}
.TagClassName
{
border-color: #A3097A;
}
</style>