Shades of Eggplant #A4077E
Tints of Eggplant #A4077E
RGB
CMYK
RGB Variations
Color information
#A4077E (or 0xA4077E) is known color: Eggplant. HEX triplet: A4, 07 and 7E. RGB value is (164,7,126). Sum of RGB (Red+Green+Blue) = 164+7+126=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4077E is #5BF881. Grayscale: #434343. Windows color (decimal): -6027394 or 8259492. OLE color: 8259492.
HSL color Cylindrical-coordinate representation of color #A4077E: hue angle of 314.52º 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 #A4077E is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.36 |
| HSL | 314.52º | 0.92% | 0.34% | - |
| HSV(B) | 314.52º | 0.96% | 0.64% | - |
| XYZ | 19.15 | 9.55 | 20.57 | - |
| YUV | 67.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 126 | 0 | 0.96 | 0.23 | 0.36 | 314.52 | 0.92 | 0.34 |
| Hex | A4 | 7 | 7E | 0 | 60 | 17 | 24 | 13B | 5C | 22 |
| Octal | 244 | 7 | 176 | 0 | 140 | 27 | 44 | 473 | 134 | 42 |
| Binary | 10100100 | 111 | 1111110 | 0 | 1100000 | 10111 | 100100 | 100111011 | 1011100 | 100010 |
Color Harmonies of #A4077E
Complementary color
Monochromatic Colors of #A4077E
Black with #A4077E
Text Example
Text Example
White with #A4077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4077E; }
p { color: rgb(164,7,126); }
H1.HeaderClassName
{
color: #A4077E;
}
.AnyTagClassName
{
color: #A4077E;
}
</style>
background-color css
<style>
a { background-color: #A4077E; }
a { background-color: rgb(164,7,126); }
div.DivClassName
{
background-color: #A4077E;
}
.BgClassName
{
background-color: #A4077E;
}
</style>
border-color css
<style>
span { border-color: #A4077E; }
span { border-color: rgb(164,7,126); }
td.TdClassName
{
border-color: #A4077E;
}
.TagClassName
{
border-color: #A4077E;
}
</style>