Shades of Eggplant #A30E81
Tints of Eggplant #A30E81
RGB
CMYK
RGB Variations
Color information
#A30E81 (or 0xA30E81) is known color: Eggplant. HEX triplet: A3, 0E and 81. RGB value is (163,14,129). Sum of RGB (Red+Green+Blue) = 163+14+129=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E81 is #5CF17E. Grayscale: #474747. Windows color (decimal): -6091135 or 8457891. OLE color: 8457891.
HSL color Cylindrical-coordinate representation of color #A30E81: hue angle of 313.69º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E81 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 129 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.36 |
| HSL | 313.69º | 0.84% | 0.35% | - |
| HSV(B) | 313.69º | 0.91% | 0.64% | - |
| XYZ | 19.22 | 9.69 | 21.63 | - |
| YUV | 71.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 129 | 0 | 0.91 | 0.21 | 0.36 | 313.69 | 0.84 | 0.35 |
| Hex | A3 | E | 81 | 0 | 5B | 15 | 24 | 13A | 54 | 23 |
| Octal | 243 | 16 | 201 | 0 | 133 | 25 | 44 | 472 | 124 | 43 |
| Binary | 10100011 | 1110 | 10000001 | 0 | 1011011 | 10101 | 100100 | 100111010 | 1010100 | 100011 |
Color Harmonies of #A30E81
Complementary color
Monochromatic Colors of #A30E81
Black with #A30E81
Text Example
Text Example
White with #A30E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E81; }
p { color: rgb(163,14,129); }
H1.HeaderClassName
{
color: #A30E81;
}
.AnyTagClassName
{
color: #A30E81;
}
</style>
background-color css
<style>
a { background-color: #A30E81; }
a { background-color: rgb(163,14,129); }
div.DivClassName
{
background-color: #A30E81;
}
.BgClassName
{
background-color: #A30E81;
}
</style>
border-color css
<style>
span { border-color: #A30E81; }
span { border-color: rgb(163,14,129); }
td.TdClassName
{
border-color: #A30E81;
}
.TagClassName
{
border-color: #A30E81;
}
</style>