Shades of Eggplant #A31476
Tints of Eggplant #A31476
RGB
CMYK
RGB Variations
Color information
#A31476 (or 0xA31476) is known color: Eggplant. HEX triplet: A3, 14 and 76. RGB value is (163,20,118). Sum of RGB (Red+Green+Blue) = 163+20+118=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A31476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31476 is #5CEB89. Grayscale: #494949. Windows color (decimal): -6089610 or 7738531. OLE color: 7738531.
HSL color Cylindrical-coordinate representation of color #A31476: hue angle of 318.88º degrees, saturation: 0.78, 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 #A31476 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 118 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.36 |
| HSL | 318.88º | 0.78% | 0.36% | - |
| HSV(B) | 318.88º | 0.88% | 0.64% | - |
| XYZ | 18.62 | 9.59 | 18.01 | - |
| YUV | 73.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 118 | 0 | 0.88 | 0.28 | 0.36 | 318.88 | 0.78 | 0.36 |
| Hex | A3 | 14 | 76 | 0 | 58 | 1C | 24 | 13F | 4E | 24 |
| Octal | 243 | 24 | 166 | 0 | 130 | 34 | 44 | 477 | 116 | 44 |
| Binary | 10100011 | 10100 | 1110110 | 0 | 1011000 | 11100 | 100100 | 100111111 | 1001110 | 100100 |
Color Harmonies of #A31476
Complementary color
Monochromatic Colors of #A31476
Black with #A31476
Text Example
Text Example
White with #A31476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31476; }
p { color: rgb(163,20,118); }
H1.HeaderClassName
{
color: #A31476;
}
.AnyTagClassName
{
color: #A31476;
}
</style>
background-color css
<style>
a { background-color: #A31476; }
a { background-color: rgb(163,20,118); }
div.DivClassName
{
background-color: #A31476;
}
.BgClassName
{
background-color: #A31476;
}
</style>
border-color css
<style>
span { border-color: #A31476; }
span { border-color: rgb(163,20,118); }
td.TdClassName
{
border-color: #A31476;
}
.TagClassName
{
border-color: #A31476;
}
</style>