Shades of Eggplant #A4097A
Tints of Eggplant #A4097A
RGB
CMYK
RGB Variations
Color information
#A4097A (or 0xA4097A) is known color: Eggplant. HEX triplet: A4, 09 and 7A. RGB value is (164,9,122). Sum of RGB (Red+Green+Blue) = 164+9+122=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4097A is #5BF685. Grayscale: #434343. Windows color (decimal): -6026886 or 7997860. OLE color: 7997860.
HSL color Cylindrical-coordinate representation of color #A4097A: hue angle of 316.26º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4097A is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 122 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.36 |
| HSL | 316.26º | 0.9% | 0.34% | - |
| HSV(B) | 316.26º | 0.95% | 0.64% | - |
| XYZ | 18.92 | 9.49 | 19.25 | - |
| YUV | 68.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 122 | 0 | 0.95 | 0.26 | 0.36 | 316.26 | 0.9 | 0.34 |
| Hex | A4 | 9 | 7A | 0 | 5F | 1A | 24 | 13C | 5A | 22 |
| Octal | 244 | 11 | 172 | 0 | 137 | 32 | 44 | 474 | 132 | 42 |
| Binary | 10100100 | 1001 | 1111010 | 0 | 1011111 | 11010 | 100100 | 100111100 | 1011010 | 100010 |
Color Harmonies of #A4097A
Complementary color
Monochromatic Colors of #A4097A
Black with #A4097A
Text Example
Text Example
White with #A4097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4097A; }
p { color: rgb(164,9,122); }
H1.HeaderClassName
{
color: #A4097A;
}
.AnyTagClassName
{
color: #A4097A;
}
</style>
background-color css
<style>
a { background-color: #A4097A; }
a { background-color: rgb(164,9,122); }
div.DivClassName
{
background-color: #A4097A;
}
.BgClassName
{
background-color: #A4097A;
}
</style>
border-color css
<style>
span { border-color: #A4097A; }
span { border-color: rgb(164,9,122); }
td.TdClassName
{
border-color: #A4097A;
}
.TagClassName
{
border-color: #A4097A;
}
</style>