Shades of Eggplant #A30877
Tints of Eggplant #A30877
RGB
CMYK
RGB Variations
Color information
#A30877 (or 0xA30877) is known color: Eggplant. HEX triplet: A3, 08 and 77. RGB value is (163,8,119). Sum of RGB (Red+Green+Blue) = 163+8+119=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A30877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30877 is #5CF788. Grayscale: #424242. Windows color (decimal): -6092681 or 7800995. OLE color: 7800995.
HSL color Cylindrical-coordinate representation of color #A30877: hue angle of 317.03º 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 #A30877 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 119 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.36 |
| HSL | 317.03º | 0.91% | 0.34% | - |
| HSV(B) | 317.03º | 0.95% | 0.64% | - |
| XYZ | 18.52 | 9.29 | 18.27 | - |
| YUV | 67 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 119 | 0 | 0.95 | 0.27 | 0.36 | 317.03 | 0.91 | 0.34 |
| Hex | A3 | 8 | 77 | 0 | 5F | 1B | 24 | 13D | 5B | 22 |
| Octal | 243 | 10 | 167 | 0 | 137 | 33 | 44 | 475 | 133 | 42 |
| Binary | 10100011 | 1000 | 1110111 | 0 | 1011111 | 11011 | 100100 | 100111101 | 1011011 | 100010 |
Color Harmonies of #A30877
Complementary color
Monochromatic Colors of #A30877
Black with #A30877
Text Example
Text Example
White with #A30877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30877; }
p { color: rgb(163,8,119); }
H1.HeaderClassName
{
color: #A30877;
}
.AnyTagClassName
{
color: #A30877;
}
</style>
background-color css
<style>
a { background-color: #A30877; }
a { background-color: rgb(163,8,119); }
div.DivClassName
{
background-color: #A30877;
}
.BgClassName
{
background-color: #A30877;
}
</style>
border-color css
<style>
span { border-color: #A30877; }
span { border-color: rgb(163,8,119); }
td.TdClassName
{
border-color: #A30877;
}
.TagClassName
{
border-color: #A30877;
}
</style>