Shades of Eggplant #A40370
Tints of Eggplant #A40370
RGB
CMYK
RGB Variations
Color information
#A40370 (or 0xA40370) is known color: Eggplant. HEX triplet: A4, 03 and 70. RGB value is (164,3,112). Sum of RGB (Red+Green+Blue) = 164+3+112=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A40370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40370 is #5BFC8F. Grayscale: #3F3F3F. Windows color (decimal): -6028432 or 7340964. OLE color: 7340964.
HSL color Cylindrical-coordinate representation of color #A40370: hue angle of 319.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40370 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.36 |
| HSL | 319.38º | 0.96% | 0.33% | - |
| HSV(B) | 319.38º | 0.98% | 0.64% | - |
| XYZ | 18.27 | 9.13 | 16.13 | - |
| YUV | 63.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 112 | 0 | 0.98 | 0.32 | 0.36 | 319.38 | 0.96 | 0.33 |
| Hex | A4 | 3 | 70 | 0 | 62 | 20 | 24 | 13F | 60 | 21 |
| Octal | 244 | 3 | 160 | 0 | 142 | 40 | 44 | 477 | 140 | 41 |
| Binary | 10100100 | 11 | 1110000 | 0 | 1100010 | 100000 | 100100 | 100111111 | 1100000 | 100001 |
Color Harmonies of #A40370
Complementary color
Monochromatic Colors of #A40370
Black with #A40370
Text Example
Text Example
White with #A40370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40370; }
p { color: rgb(164,3,112); }
H1.HeaderClassName
{
color: #A40370;
}
.AnyTagClassName
{
color: #A40370;
}
</style>
background-color css
<style>
a { background-color: #A40370; }
a { background-color: rgb(164,3,112); }
div.DivClassName
{
background-color: #A40370;
}
.BgClassName
{
background-color: #A40370;
}
</style>
border-color css
<style>
span { border-color: #A40370; }
span { border-color: rgb(164,3,112); }
td.TdClassName
{
border-color: #A40370;
}
.TagClassName
{
border-color: #A40370;
}
</style>