Shades of Eggplant #A30770
Tints of Eggplant #A30770
RGB
CMYK
RGB Variations
Color information
#A30770 (or 0xA30770) is known color: Eggplant. HEX triplet: A3, 07 and 70. RGB value is (163,7,112). Sum of RGB (Red+Green+Blue) = 163+7+112=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30770 is #5CF88F. Grayscale: #414141. Windows color (decimal): -6092944 or 7341987. OLE color: 7341987.
HSL color Cylindrical-coordinate representation of color #A30770: hue angle of 319.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30770 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 112 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.36 |
| HSL | 319.62º | 0.92% | 0.33% | - |
| HSV(B) | 319.62º | 0.96% | 0.64% | - |
| XYZ | 18.1 | 9.11 | 16.13 | - |
| YUV | 65.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 112 | 0 | 0.96 | 0.31 | 0.36 | 319.62 | 0.92 | 0.33 |
| Hex | A3 | 7 | 70 | 0 | 60 | 1F | 24 | 140 | 5C | 21 |
| Octal | 243 | 7 | 160 | 0 | 140 | 37 | 44 | 500 | 134 | 41 |
| Binary | 10100011 | 111 | 1110000 | 0 | 1100000 | 11111 | 100100 | 101000000 | 1011100 | 100001 |
Color Harmonies of #A30770
Complementary color
Monochromatic Colors of #A30770
Black with #A30770
Text Example
Text Example
White with #A30770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30770; }
p { color: rgb(163,7,112); }
H1.HeaderClassName
{
color: #A30770;
}
.AnyTagClassName
{
color: #A30770;
}
</style>
background-color css
<style>
a { background-color: #A30770; }
a { background-color: rgb(163,7,112); }
div.DivClassName
{
background-color: #A30770;
}
.BgClassName
{
background-color: #A30770;
}
</style>
border-color css
<style>
span { border-color: #A30770; }
span { border-color: rgb(163,7,112); }
td.TdClassName
{
border-color: #A30770;
}
.TagClassName
{
border-color: #A30770;
}
</style>