Shades of Eggplant #A31375
Tints of Eggplant #A31375
RGB
CMYK
RGB Variations
Color information
#A31375 (or 0xA31375) is known color: Eggplant. HEX triplet: A3, 13 and 75. RGB value is (163,19,117). Sum of RGB (Red+Green+Blue) = 163+19+117=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A31375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31375 is #5CEC8A. Grayscale: #484848. Windows color (decimal): -6089867 or 7672739. OLE color: 7672739.
HSL color Cylindrical-coordinate representation of color #A31375: hue angle of 319.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31375 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 117 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.36 |
| HSL | 319.17º | 0.79% | 0.36% | - |
| HSV(B) | 319.17º | 0.88% | 0.64% | - |
| XYZ | 18.55 | 9.54 | 17.69 | - |
| YUV | 73.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 117 | 0 | 0.88 | 0.28 | 0.36 | 319.17 | 0.79 | 0.36 |
| Hex | A3 | 13 | 75 | 0 | 58 | 1C | 24 | 13F | 4F | 24 |
| Octal | 243 | 23 | 165 | 0 | 130 | 34 | 44 | 477 | 117 | 44 |
| Binary | 10100011 | 10011 | 1110101 | 0 | 1011000 | 11100 | 100100 | 100111111 | 1001111 | 100100 |
Color Harmonies of #A31375
Complementary color
Monochromatic Colors of #A31375
Black with #A31375
Text Example
Text Example
White with #A31375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31375; }
p { color: rgb(163,19,117); }
H1.HeaderClassName
{
color: #A31375;
}
.AnyTagClassName
{
color: #A31375;
}
</style>
background-color css
<style>
a { background-color: #A31375; }
a { background-color: rgb(163,19,117); }
div.DivClassName
{
background-color: #A31375;
}
.BgClassName
{
background-color: #A31375;
}
</style>
border-color css
<style>
span { border-color: #A31375; }
span { border-color: rgb(163,19,117); }
td.TdClassName
{
border-color: #A31375;
}
.TagClassName
{
border-color: #A31375;
}
</style>