Shades of Eggplant #A40B7F
Tints of Eggplant #A40B7F
RGB
CMYK
RGB Variations
Color information
#A40B7F (or 0xA40B7F) is known color: Eggplant. HEX triplet: A4, 0B and 7F. RGB value is (164,11,127). Sum of RGB (Red+Green+Blue) = 164+11+127=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40B7F is #5BF480. Grayscale: #454545. Windows color (decimal): -6026369 or 8326052. OLE color: 8326052.
HSL color Cylindrical-coordinate representation of color #A40B7F: hue angle of 314.51º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B7F is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 127 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.36 |
| HSL | 314.51º | 0.87% | 0.34% | - |
| HSV(B) | 314.51º | 0.93% | 0.64% | - |
| XYZ | 19.26 | 9.66 | 20.93 | - |
| YUV | 69.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 127 | 0 | 0.93 | 0.23 | 0.36 | 314.51 | 0.87 | 0.34 |
| Hex | A4 | B | 7F | 0 | 5D | 17 | 24 | 13B | 57 | 22 |
| Octal | 244 | 13 | 177 | 0 | 135 | 27 | 44 | 473 | 127 | 42 |
| Binary | 10100100 | 1011 | 1111111 | 0 | 1011101 | 10111 | 100100 | 100111011 | 1010111 | 100010 |
Color Harmonies of #A40B7F
Complementary color
Monochromatic Colors of #A40B7F
Black with #A40B7F
Text Example
Text Example
White with #A40B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B7F; }
p { color: rgb(164,11,127); }
H1.HeaderClassName
{
color: #A40B7F;
}
.AnyTagClassName
{
color: #A40B7F;
}
</style>
background-color css
<style>
a { background-color: #A40B7F; }
a { background-color: rgb(164,11,127); }
div.DivClassName
{
background-color: #A40B7F;
}
.BgClassName
{
background-color: #A40B7F;
}
</style>
border-color css
<style>
span { border-color: #A40B7F; }
span { border-color: rgb(164,11,127); }
td.TdClassName
{
border-color: #A40B7F;
}
.TagClassName
{
border-color: #A40B7F;
}
</style>