Shades of Eggplant #A40770
Tints of Eggplant #A40770
RGB
CMYK
RGB Variations
Color information
#A40770 (or 0xA40770) is known color: Eggplant. HEX triplet: A4, 07 and 70. RGB value is (164,7,112). Sum of RGB (Red+Green+Blue) = 164+7+112=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40770 is #5BF88F. Grayscale: #414141. Windows color (decimal): -6027408 or 7341988. OLE color: 7341988.
HSL color Cylindrical-coordinate representation of color #A40770: hue angle of 319.87º 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 #A40770 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 112 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.36 |
| HSL | 319.87º | 0.92% | 0.34% | - |
| HSV(B) | 319.87º | 0.96% | 0.64% | - |
| XYZ | 18.31 | 9.21 | 16.14 | - |
| YUV | 65.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 112 | 0 | 0.96 | 0.32 | 0.36 | 319.87 | 0.92 | 0.34 |
| Hex | A4 | 7 | 70 | 0 | 60 | 20 | 24 | 140 | 5C | 22 |
| Octal | 244 | 7 | 160 | 0 | 140 | 40 | 44 | 500 | 134 | 42 |
| Binary | 10100100 | 111 | 1110000 | 0 | 1100000 | 100000 | 100100 | 101000000 | 1011100 | 100010 |
Color Harmonies of #A40770
Complementary color
Monochromatic Colors of #A40770
Black with #A40770
Text Example
Text Example
White with #A40770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40770; }
p { color: rgb(164,7,112); }
H1.HeaderClassName
{
color: #A40770;
}
.AnyTagClassName
{
color: #A40770;
}
</style>
background-color css
<style>
a { background-color: #A40770; }
a { background-color: rgb(164,7,112); }
div.DivClassName
{
background-color: #A40770;
}
.BgClassName
{
background-color: #A40770;
}
</style>
border-color css
<style>
span { border-color: #A40770; }
span { border-color: rgb(164,7,112); }
td.TdClassName
{
border-color: #A40770;
}
.TagClassName
{
border-color: #A40770;
}
</style>