Shades of Eggplant #A4147C
Tints of Eggplant #A4147C
RGB
CMYK
RGB Variations
Color information
#A4147C (or 0xA4147C) is known color: Eggplant. HEX triplet: A4, 14 and 7C. RGB value is (164,20,124). Sum of RGB (Red+Green+Blue) = 164+20+124=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4147C is #5BEB83. Grayscale: #4A4A4A. Windows color (decimal): -6024068 or 8131748. OLE color: 8131748.
HSL color Cylindrical-coordinate representation of color #A4147C: hue angle of 316.67º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4147C is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 124 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.36 |
| HSL | 316.67º | 0.78% | 0.36% | - |
| HSV(B) | 316.67º | 0.88% | 0.64% | - |
| XYZ | 19.2 | 9.85 | 19.96 | - |
| YUV | 74.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 124 | 0 | 0.88 | 0.24 | 0.36 | 316.67 | 0.78 | 0.36 |
| Hex | A4 | 14 | 7C | 0 | 58 | 18 | 24 | 13D | 4E | 24 |
| Octal | 244 | 24 | 174 | 0 | 130 | 30 | 44 | 475 | 116 | 44 |
| Binary | 10100100 | 10100 | 1111100 | 0 | 1011000 | 11000 | 100100 | 100111101 | 1001110 | 100100 |
Color Harmonies of #A4147C
Complementary color
Monochromatic Colors of #A4147C
Black with #A4147C
Text Example
Text Example
White with #A4147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4147C; }
p { color: rgb(164,20,124); }
H1.HeaderClassName
{
color: #A4147C;
}
.AnyTagClassName
{
color: #A4147C;
}
</style>
background-color css
<style>
a { background-color: #A4147C; }
a { background-color: rgb(164,20,124); }
div.DivClassName
{
background-color: #A4147C;
}
.BgClassName
{
background-color: #A4147C;
}
</style>
border-color css
<style>
span { border-color: #A4147C; }
span { border-color: rgb(164,20,124); }
td.TdClassName
{
border-color: #A4147C;
}
.TagClassName
{
border-color: #A4147C;
}
</style>