Shades of Eggplant #A40474
Tints of Eggplant #A40474
RGB
CMYK
RGB Variations
Color information
#A40474 (or 0xA40474) is known color: Eggplant. HEX triplet: A4, 04 and 74. RGB value is (164,4,116). Sum of RGB (Red+Green+Blue) = 164+4+116=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A40474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40474 is #5BFB8B. Grayscale: #404040. Windows color (decimal): -6028172 or 7603364. OLE color: 7603364.
HSL color Cylindrical-coordinate representation of color #A40474: hue angle of 318º degrees, saturation: 0.95, 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 #A40474 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.36 |
| HSL | 318º | 0.95% | 0.33% | - |
| HSV(B) | 318º | 0.98% | 0.64% | - |
| XYZ | 18.51 | 9.24 | 17.33 | - |
| YUV | 64.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 116 | 0 | 0.98 | 0.29 | 0.36 | 318 | 0.95 | 0.33 |
| Hex | A4 | 4 | 74 | 0 | 62 | 1D | 24 | 13E | 5F | 21 |
| Octal | 244 | 4 | 164 | 0 | 142 | 35 | 44 | 476 | 137 | 41 |
| Binary | 10100100 | 100 | 1110100 | 0 | 1100010 | 11101 | 100100 | 100111110 | 1011111 | 100001 |
Color Harmonies of #A40474
Complementary color
Monochromatic Colors of #A40474
Black with #A40474
Text Example
Text Example
White with #A40474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40474; }
p { color: rgb(164,4,116); }
H1.HeaderClassName
{
color: #A40474;
}
.AnyTagClassName
{
color: #A40474;
}
</style>
background-color css
<style>
a { background-color: #A40474; }
a { background-color: rgb(164,4,116); }
div.DivClassName
{
background-color: #A40474;
}
.BgClassName
{
background-color: #A40474;
}
</style>
border-color css
<style>
span { border-color: #A40474; }
span { border-color: rgb(164,4,116); }
td.TdClassName
{
border-color: #A40474;
}
.TagClassName
{
border-color: #A40474;
}
</style>