Shades of Eggplant #A4057D
Tints of Eggplant #A4057D
RGB
CMYK
RGB Variations
Color information
#A4057D (or 0xA4057D) is known color: Eggplant. HEX triplet: A4, 05 and 7D. RGB value is (164,5,125). Sum of RGB (Red+Green+Blue) = 164+5+125=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4057D is #5BFA82. Grayscale: #414141. Windows color (decimal): -6027907 or 8193444. OLE color: 8193444.
HSL color Cylindrical-coordinate representation of color #A4057D: hue angle of 314.72º 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 #A4057D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.36 |
| HSL | 314.72º | 0.94% | 0.33% | - |
| HSV(B) | 314.72º | 0.97% | 0.64% | - |
| XYZ | 19.07 | 9.48 | 20.23 | - |
| YUV | 66.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 125 | 0 | 0.97 | 0.24 | 0.36 | 314.72 | 0.94 | 0.33 |
| Hex | A4 | 5 | 7D | 0 | 61 | 18 | 24 | 13B | 5E | 21 |
| Octal | 244 | 5 | 175 | 0 | 141 | 30 | 44 | 473 | 136 | 41 |
| Binary | 10100100 | 101 | 1111101 | 0 | 1100001 | 11000 | 100100 | 100111011 | 1011110 | 100001 |
Color Harmonies of #A4057D
Complementary color
Monochromatic Colors of #A4057D
Black with #A4057D
Text Example
Text Example
White with #A4057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4057D; }
p { color: rgb(164,5,125); }
H1.HeaderClassName
{
color: #A4057D;
}
.AnyTagClassName
{
color: #A4057D;
}
</style>
background-color css
<style>
a { background-color: #A4057D; }
a { background-color: rgb(164,5,125); }
div.DivClassName
{
background-color: #A4057D;
}
.BgClassName
{
background-color: #A4057D;
}
</style>
border-color css
<style>
span { border-color: #A4057D; }
span { border-color: rgb(164,5,125); }
td.TdClassName
{
border-color: #A4057D;
}
.TagClassName
{
border-color: #A4057D;
}
</style>