Shades of Eggplant #A31377
Tints of Eggplant #A31377
RGB
CMYK
RGB Variations
Color information
#A31377 (or 0xA31377) is known color: Eggplant. HEX triplet: A3, 13 and 77. RGB value is (163,19,119). Sum of RGB (Red+Green+Blue) = 163+19+119=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A31377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31377 is #5CEC88. Grayscale: #494949. Windows color (decimal): -6089865 or 7803811. OLE color: 7803811.
HSL color Cylindrical-coordinate representation of color #A31377: hue angle of 318.33º 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 #A31377 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 119 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.36 |
| HSL | 318.33º | 0.79% | 0.36% | - |
| HSV(B) | 318.33º | 0.88% | 0.64% | - |
| XYZ | 18.67 | 9.58 | 18.32 | - |
| YUV | 73.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 119 | 0 | 0.88 | 0.27 | 0.36 | 318.33 | 0.79 | 0.36 |
| Hex | A3 | 13 | 77 | 0 | 58 | 1B | 24 | 13E | 4F | 24 |
| Octal | 243 | 23 | 167 | 0 | 130 | 33 | 44 | 476 | 117 | 44 |
| Binary | 10100011 | 10011 | 1110111 | 0 | 1011000 | 11011 | 100100 | 100111110 | 1001111 | 100100 |
Color Harmonies of #A31377
Complementary color
Monochromatic Colors of #A31377
Black with #A31377
Text Example
Text Example
White with #A31377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31377; }
p { color: rgb(163,19,119); }
H1.HeaderClassName
{
color: #A31377;
}
.AnyTagClassName
{
color: #A31377;
}
</style>
background-color css
<style>
a { background-color: #A31377; }
a { background-color: rgb(163,19,119); }
div.DivClassName
{
background-color: #A31377;
}
.BgClassName
{
background-color: #A31377;
}
</style>
border-color css
<style>
span { border-color: #A31377; }
span { border-color: rgb(163,19,119); }
td.TdClassName
{
border-color: #A31377;
}
.TagClassName
{
border-color: #A31377;
}
</style>