Shades of Eggplant #A4056C
Tints of Eggplant #A4056C
RGB
CMYK
RGB Variations
Color information
#A4056C (or 0xA4056C) is known color: Eggplant. HEX triplet: A4, 05 and 6C. RGB value is (164,5,108). Sum of RGB (Red+Green+Blue) = 164+5+108=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4056C is #5BFA93. Grayscale: #404040. Windows color (decimal): -6027924 or 7079332. OLE color: 7079332.
HSL color Cylindrical-coordinate representation of color #A4056C: hue angle of 321.13º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4056C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.36 |
| HSL | 321.13º | 0.94% | 0.33% | - |
| HSV(B) | 321.13º | 0.97% | 0.64% | - |
| XYZ | 18.07 | 9.08 | 14.99 | - |
| YUV | 64.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 108 | 0 | 0.97 | 0.34 | 0.36 | 321.13 | 0.94 | 0.33 |
| Hex | A4 | 5 | 6C | 0 | 61 | 22 | 24 | 141 | 5E | 21 |
| Octal | 244 | 5 | 154 | 0 | 141 | 42 | 44 | 501 | 136 | 41 |
| Binary | 10100100 | 101 | 1101100 | 0 | 1100001 | 100010 | 100100 | 101000001 | 1011110 | 100001 |
Color Harmonies of #A4056C
Complementary color
Monochromatic Colors of #A4056C
Black with #A4056C
Text Example
Text Example
White with #A4056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4056C; }
p { color: rgb(164,5,108); }
H1.HeaderClassName
{
color: #A4056C;
}
.AnyTagClassName
{
color: #A4056C;
}
</style>
background-color css
<style>
a { background-color: #A4056C; }
a { background-color: rgb(164,5,108); }
div.DivClassName
{
background-color: #A4056C;
}
.BgClassName
{
background-color: #A4056C;
}
</style>
border-color css
<style>
span { border-color: #A4056C; }
span { border-color: rgb(164,5,108); }
td.TdClassName
{
border-color: #A4056C;
}
.TagClassName
{
border-color: #A4056C;
}
</style>