Shades of Eggplant #A30870
Tints of Eggplant #A30870
RGB
CMYK
RGB Variations
Color information
#A30870 (or 0xA30870) is known color: Eggplant. HEX triplet: A3, 08 and 70. RGB value is (163,8,112). Sum of RGB (Red+Green+Blue) = 163+8+112=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30870 is #5CF78F. Grayscale: #414141. Windows color (decimal): -6092688 or 7342243. OLE color: 7342243.
HSL color Cylindrical-coordinate representation of color #A30870: hue angle of 319.74º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30870 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 112 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.36 |
| HSL | 319.74º | 0.91% | 0.34% | - |
| HSV(B) | 319.74º | 0.95% | 0.64% | - |
| XYZ | 18.12 | 9.13 | 16.14 | - |
| YUV | 66.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 112 | 0 | 0.95 | 0.31 | 0.36 | 319.74 | 0.91 | 0.34 |
| Hex | A3 | 8 | 70 | 0 | 5F | 1F | 24 | 140 | 5B | 22 |
| Octal | 243 | 10 | 160 | 0 | 137 | 37 | 44 | 500 | 133 | 42 |
| Binary | 10100011 | 1000 | 1110000 | 0 | 1011111 | 11111 | 100100 | 101000000 | 1011011 | 100010 |
Color Harmonies of #A30870
Complementary color
Monochromatic Colors of #A30870
Black with #A30870
Text Example
Text Example
White with #A30870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30870; }
p { color: rgb(163,8,112); }
H1.HeaderClassName
{
color: #A30870;
}
.AnyTagClassName
{
color: #A30870;
}
</style>
background-color css
<style>
a { background-color: #A30870; }
a { background-color: rgb(163,8,112); }
div.DivClassName
{
background-color: #A30870;
}
.BgClassName
{
background-color: #A30870;
}
</style>
border-color css
<style>
span { border-color: #A30870; }
span { border-color: rgb(163,8,112); }
td.TdClassName
{
border-color: #A30870;
}
.TagClassName
{
border-color: #A30870;
}
</style>