Shades of Eggplant #A31479
Tints of Eggplant #A31479
RGB
CMYK
RGB Variations
Color information
#A31479 (or 0xA31479) is known color: Eggplant. HEX triplet: A3, 14 and 79. RGB value is (163,20,121). Sum of RGB (Red+Green+Blue) = 163+20+121=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A31479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31479 is #5CEB86. Grayscale: #4A4A4A. Windows color (decimal): -6089607 or 7935139. OLE color: 7935139.
HSL color Cylindrical-coordinate representation of color #A31479: hue angle of 317.62º 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 #A31479 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 121 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.36 |
| HSL | 317.62º | 0.78% | 0.36% | - |
| HSV(B) | 317.62º | 0.88% | 0.64% | - |
| XYZ | 18.81 | 9.67 | 18.96 | - |
| YUV | 74.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 121 | 0 | 0.88 | 0.26 | 0.36 | 317.62 | 0.78 | 0.36 |
| Hex | A3 | 14 | 79 | 0 | 58 | 1A | 24 | 13E | 4E | 24 |
| Octal | 243 | 24 | 171 | 0 | 130 | 32 | 44 | 476 | 116 | 44 |
| Binary | 10100011 | 10100 | 1111001 | 0 | 1011000 | 11010 | 100100 | 100111110 | 1001110 | 100100 |
Color Harmonies of #A31479
Complementary color
Monochromatic Colors of #A31479
Black with #A31479
Text Example
Text Example
White with #A31479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31479; }
p { color: rgb(163,20,121); }
H1.HeaderClassName
{
color: #A31479;
}
.AnyTagClassName
{
color: #A31479;
}
</style>
background-color css
<style>
a { background-color: #A31479; }
a { background-color: rgb(163,20,121); }
div.DivClassName
{
background-color: #A31479;
}
.BgClassName
{
background-color: #A31479;
}
</style>
border-color css
<style>
span { border-color: #A31479; }
span { border-color: rgb(163,20,121); }
td.TdClassName
{
border-color: #A31479;
}
.TagClassName
{
border-color: #A31479;
}
</style>