Shades of Eggplant #A40070
Tints of Eggplant #A40070
RGB
CMYK
RGB Variations
Color information
#A40070 (or 0xA40070) is known color: Eggplant. HEX triplet: A4, 00 and 70. RGB value is (164,0,112). Sum of RGB (Red+Green+Blue) = 164+0+112=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A40070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40070 is #5BFF8F. Grayscale: #3D3D3D. Windows color (decimal): -6029200 or 7340196. OLE color: 7340196.
HSL color Cylindrical-coordinate representation of color #A40070: hue angle of 319.02º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40070 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.32 | 0.36 |
| HSL | 319.02º | 1% | 0.32% | - |
| HSV(B) | 319.02º | 1% | 0.64% | - |
| XYZ | 18.23 | 9.06 | 16.12 | - |
| YUV | 61.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 112 | 0 | 1 | 0.32 | 0.36 | 319.02 | 1 | 0.32 |
| Hex | A4 | 0 | 70 | 0 | 64 | 20 | 24 | 13F | 64 | 20 |
| Octal | 244 | 0 | 160 | 0 | 144 | 40 | 44 | 477 | 144 | 40 |
| Binary | 10100100 | 0 | 1110000 | 0 | 1100100 | 100000 | 100100 | 100111111 | 1100100 | 100000 |
Color Harmonies of #A40070
Complementary color
Monochromatic Colors of #A40070
Black with #A40070
Text Example
Text Example
White with #A40070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40070; }
p { color: rgb(164,0,112); }
H1.HeaderClassName
{
color: #A40070;
}
.AnyTagClassName
{
color: #A40070;
}
</style>
background-color css
<style>
a { background-color: #A40070; }
a { background-color: rgb(164,0,112); }
div.DivClassName
{
background-color: #A40070;
}
.BgClassName
{
background-color: #A40070;
}
</style>
border-color css
<style>
span { border-color: #A40070; }
span { border-color: rgb(164,0,112); }
td.TdClassName
{
border-color: #A40070;
}
.TagClassName
{
border-color: #A40070;
}
</style>