Shades of Eggplant #A40278
Tints of Eggplant #A40278
RGB
CMYK
RGB Variations
Color information
#A40278 (or 0xA40278) is known color: Eggplant. HEX triplet: A4, 02 and 78. RGB value is (164,2,120). Sum of RGB (Red+Green+Blue) = 164+2+120=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A40278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40278 is #5BFD87. Grayscale: #3F3F3F. Windows color (decimal): -6028680 or 7864996. OLE color: 7864996.
HSL color Cylindrical-coordinate representation of color #A40278: hue angle of 316.3º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40278 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.36 |
| HSL | 316.3º | 0.98% | 0.33% | - |
| HSV(B) | 316.3º | 0.99% | 0.64% | - |
| XYZ | 18.72 | 9.29 | 18.58 | - |
| YUV | 63.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 120 | 0 | 0.99 | 0.27 | 0.36 | 316.3 | 0.98 | 0.33 |
| Hex | A4 | 2 | 78 | 0 | 63 | 1B | 24 | 13C | 62 | 21 |
| Octal | 244 | 2 | 170 | 0 | 143 | 33 | 44 | 474 | 142 | 41 |
| Binary | 10100100 | 10 | 1111000 | 0 | 1100011 | 11011 | 100100 | 100111100 | 1100010 | 100001 |
Color Harmonies of #A40278
Complementary color
Monochromatic Colors of #A40278
Black with #A40278
Text Example
Text Example
White with #A40278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40278; }
p { color: rgb(164,2,120); }
H1.HeaderClassName
{
color: #A40278;
}
.AnyTagClassName
{
color: #A40278;
}
</style>
background-color css
<style>
a { background-color: #A40278; }
a { background-color: rgb(164,2,120); }
div.DivClassName
{
background-color: #A40278;
}
.BgClassName
{
background-color: #A40278;
}
</style>
border-color css
<style>
span { border-color: #A40278; }
span { border-color: rgb(164,2,120); }
td.TdClassName
{
border-color: #A40278;
}
.TagClassName
{
border-color: #A40278;
}
</style>