Shades of Eggplant #A40280
Tints of Eggplant #A40280
RGB
CMYK
RGB Variations
Color information
#A40280 (or 0xA40280) is known color: Eggplant. HEX triplet: A4, 02 and 80. RGB value is (164,2,128). Sum of RGB (Red+Green+Blue) = 164+2+128=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A40280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40280 is #5BFD7F. Grayscale: #404040. Windows color (decimal): -6028672 or 8389284. OLE color: 8389284.
HSL color Cylindrical-coordinate representation of color #A40280: hue angle of 313.33º 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 #A40280 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.36 |
| HSL | 313.33º | 0.98% | 0.33% | - |
| HSV(B) | 313.33º | 0.99% | 0.64% | - |
| XYZ | 19.23 | 9.49 | 21.24 | - |
| YUV | 64.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 128 | 0 | 0.99 | 0.22 | 0.36 | 313.33 | 0.98 | 0.33 |
| Hex | A4 | 2 | 80 | 0 | 63 | 16 | 24 | 139 | 62 | 21 |
| Octal | 244 | 2 | 200 | 0 | 143 | 26 | 44 | 471 | 142 | 41 |
| Binary | 10100100 | 10 | 10000000 | 0 | 1100011 | 10110 | 100100 | 100111001 | 1100010 | 100001 |
Color Harmonies of #A40280
Complementary color
Monochromatic Colors of #A40280
Black with #A40280
Text Example
Text Example
White with #A40280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40280; }
p { color: rgb(164,2,128); }
H1.HeaderClassName
{
color: #A40280;
}
.AnyTagClassName
{
color: #A40280;
}
</style>
background-color css
<style>
a { background-color: #A40280; }
a { background-color: rgb(164,2,128); }
div.DivClassName
{
background-color: #A40280;
}
.BgClassName
{
background-color: #A40280;
}
</style>
border-color css
<style>
span { border-color: #A40280; }
span { border-color: rgb(164,2,128); }
td.TdClassName
{
border-color: #A40280;
}
.TagClassName
{
border-color: #A40280;
}
</style>