Shades of Eggplant #A3097E
Tints of Eggplant #A3097E
RGB
CMYK
RGB Variations
Color information
#A3097E (or 0xA3097E) is known color: Eggplant. HEX triplet: A3, 09 and 7E. RGB value is (163,9,126). Sum of RGB (Red+Green+Blue) = 163+9+126=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A3097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3097E is #5CF681. Grayscale: #444444. Windows color (decimal): -6092418 or 8260003. OLE color: 8260003.
HSL color Cylindrical-coordinate representation of color #A3097E: hue angle of 314.42º 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 #A3097E is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 126 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.36 |
| HSL | 314.42º | 0.9% | 0.34% | - |
| HSV(B) | 314.42º | 0.94% | 0.64% | - |
| XYZ | 18.97 | 9.49 | 20.57 | - |
| YUV | 68.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 126 | 0 | 0.94 | 0.23 | 0.36 | 314.42 | 0.9 | 0.34 |
| Hex | A3 | 9 | 7E | 0 | 5E | 17 | 24 | 13A | 5A | 22 |
| Octal | 243 | 11 | 176 | 0 | 136 | 27 | 44 | 472 | 132 | 42 |
| Binary | 10100011 | 1001 | 1111110 | 0 | 1011110 | 10111 | 100100 | 100111010 | 1011010 | 100010 |
Color Harmonies of #A3097E
Complementary color
Monochromatic Colors of #A3097E
Black with #A3097E
Text Example
Text Example
White with #A3097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3097E; }
p { color: rgb(163,9,126); }
H1.HeaderClassName
{
color: #A3097E;
}
.AnyTagClassName
{
color: #A3097E;
}
</style>
background-color css
<style>
a { background-color: #A3097E; }
a { background-color: rgb(163,9,126); }
div.DivClassName
{
background-color: #A3097E;
}
.BgClassName
{
background-color: #A3097E;
}
</style>
border-color css
<style>
span { border-color: #A3097E; }
span { border-color: rgb(163,9,126); }
td.TdClassName
{
border-color: #A3097E;
}
.TagClassName
{
border-color: #A3097E;
}
</style>