Shades of Eggplant #A4077D
Tints of Eggplant #A4077D
RGB
CMYK
RGB Variations
Color information
#A4077D (or 0xA4077D) is known color: Eggplant. HEX triplet: A4, 07 and 7D. RGB value is (164,7,125). Sum of RGB (Red+Green+Blue) = 164+7+125=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A4077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4077D is #5BF882. Grayscale: #434343. Windows color (decimal): -6027395 or 8193956. OLE color: 8193956.
HSL color Cylindrical-coordinate representation of color #A4077D: hue angle of 314.9º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4077D is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.36 |
| HSL | 314.9º | 0.92% | 0.34% | - |
| HSV(B) | 314.9º | 0.96% | 0.64% | - |
| XYZ | 19.09 | 9.53 | 20.23 | - |
| YUV | 67.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 125 | 0 | 0.96 | 0.24 | 0.36 | 314.9 | 0.92 | 0.34 |
| Hex | A4 | 7 | 7D | 0 | 60 | 18 | 24 | 13B | 5C | 22 |
| Octal | 244 | 7 | 175 | 0 | 140 | 30 | 44 | 473 | 134 | 42 |
| Binary | 10100100 | 111 | 1111101 | 0 | 1100000 | 11000 | 100100 | 100111011 | 1011100 | 100010 |
Color Harmonies of #A4077D
Complementary color
Monochromatic Colors of #A4077D
Black with #A4077D
Text Example
Text Example
White with #A4077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4077D; }
p { color: rgb(164,7,125); }
H1.HeaderClassName
{
color: #A4077D;
}
.AnyTagClassName
{
color: #A4077D;
}
</style>
background-color css
<style>
a { background-color: #A4077D; }
a { background-color: rgb(164,7,125); }
div.DivClassName
{
background-color: #A4077D;
}
.BgClassName
{
background-color: #A4077D;
}
</style>
border-color css
<style>
span { border-color: #A4077D; }
span { border-color: rgb(164,7,125); }
td.TdClassName
{
border-color: #A4077D;
}
.TagClassName
{
border-color: #A4077D;
}
</style>