Shades of Eggplant #A30E7C
Tints of Eggplant #A30E7C
RGB
CMYK
RGB Variations
Color information
#A30E7C (or 0xA30E7C) is known color: Eggplant. HEX triplet: A3, 0E and 7C. RGB value is (163,14,124). Sum of RGB (Red+Green+Blue) = 163+14+124=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E7C is #5CF183. Grayscale: #464646. Windows color (decimal): -6091140 or 8130211. OLE color: 8130211.
HSL color Cylindrical-coordinate representation of color #A30E7C: hue angle of 315.7º 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 #A30E7C is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 124 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.36 |
| HSL | 315.7º | 0.84% | 0.35% | - |
| HSV(B) | 315.7º | 0.91% | 0.64% | - |
| XYZ | 18.9 | 9.56 | 19.92 | - |
| YUV | 71.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 124 | 0 | 0.91 | 0.24 | 0.36 | 315.7 | 0.84 | 0.35 |
| Hex | A3 | E | 7C | 0 | 5B | 18 | 24 | 13C | 54 | 23 |
| Octal | 243 | 16 | 174 | 0 | 133 | 30 | 44 | 474 | 124 | 43 |
| Binary | 10100011 | 1110 | 1111100 | 0 | 1011011 | 11000 | 100100 | 100111100 | 1010100 | 100011 |
Color Harmonies of #A30E7C
Complementary color
Monochromatic Colors of #A30E7C
Black with #A30E7C
Text Example
Text Example
White with #A30E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E7C; }
p { color: rgb(163,14,124); }
H1.HeaderClassName
{
color: #A30E7C;
}
.AnyTagClassName
{
color: #A30E7C;
}
</style>
background-color css
<style>
a { background-color: #A30E7C; }
a { background-color: rgb(163,14,124); }
div.DivClassName
{
background-color: #A30E7C;
}
.BgClassName
{
background-color: #A30E7C;
}
</style>
border-color css
<style>
span { border-color: #A30E7C; }
span { border-color: rgb(163,14,124); }
td.TdClassName
{
border-color: #A30E7C;
}
.TagClassName
{
border-color: #A30E7C;
}
</style>