Shades of Eggplant #A40275
Tints of Eggplant #A40275
RGB
CMYK
RGB Variations
Color information
#A40275 (or 0xA40275) is known color: Eggplant. HEX triplet: A4, 02 and 75. RGB value is (164,2,117). Sum of RGB (Red+Green+Blue) = 164+2+117=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40275 is #5BFD8A. Grayscale: #3F3F3F. Windows color (decimal): -6028683 or 7668388. OLE color: 7668388.
HSL color Cylindrical-coordinate representation of color #A40275: hue angle of 317.41º 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 #A40275 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.36 |
| HSL | 317.41º | 0.98% | 0.33% | - |
| HSV(B) | 317.41º | 0.99% | 0.64% | - |
| XYZ | 18.54 | 9.22 | 17.63 | - |
| YUV | 63.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 117 | 0 | 0.99 | 0.29 | 0.36 | 317.41 | 0.98 | 0.33 |
| Hex | A4 | 2 | 75 | 0 | 63 | 1D | 24 | 13D | 62 | 21 |
| Octal | 244 | 2 | 165 | 0 | 143 | 35 | 44 | 475 | 142 | 41 |
| Binary | 10100100 | 10 | 1110101 | 0 | 1100011 | 11101 | 100100 | 100111101 | 1100010 | 100001 |
Color Harmonies of #A40275
Complementary color
Monochromatic Colors of #A40275
Black with #A40275
Text Example
Text Example
White with #A40275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40275; }
p { color: rgb(164,2,117); }
H1.HeaderClassName
{
color: #A40275;
}
.AnyTagClassName
{
color: #A40275;
}
</style>
background-color css
<style>
a { background-color: #A40275; }
a { background-color: rgb(164,2,117); }
div.DivClassName
{
background-color: #A40275;
}
.BgClassName
{
background-color: #A40275;
}
</style>
border-color css
<style>
span { border-color: #A40275; }
span { border-color: rgb(164,2,117); }
td.TdClassName
{
border-color: #A40275;
}
.TagClassName
{
border-color: #A40275;
}
</style>