Shades of Eggplant #A30576
Tints of Eggplant #A30576
RGB
CMYK
RGB Variations
Color information
#A30576 (or 0xA30576) is known color: Eggplant. HEX triplet: A3, 05 and 76. RGB value is (163,5,118). Sum of RGB (Red+Green+Blue) = 163+5+118=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A30576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30576 is #5CFA89. Grayscale: #404040. Windows color (decimal): -6093450 or 7734691. OLE color: 7734691.
HSL color Cylindrical-coordinate representation of color #A30576: hue angle of 317.09º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30576 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.36 |
| HSL | 317.09º | 0.94% | 0.33% | - |
| HSV(B) | 317.09º | 0.97% | 0.64% | - |
| XYZ | 18.43 | 9.2 | 17.94 | - |
| YUV | 65.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 118 | 0 | 0.97 | 0.28 | 0.36 | 317.09 | 0.94 | 0.33 |
| Hex | A3 | 5 | 76 | 0 | 61 | 1C | 24 | 13D | 5E | 21 |
| Octal | 243 | 5 | 166 | 0 | 141 | 34 | 44 | 475 | 136 | 41 |
| Binary | 10100011 | 101 | 1110110 | 0 | 1100001 | 11100 | 100100 | 100111101 | 1011110 | 100001 |
Color Harmonies of #A30576
Complementary color
Monochromatic Colors of #A30576
Black with #A30576
Text Example
Text Example
White with #A30576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30576; }
p { color: rgb(163,5,118); }
H1.HeaderClassName
{
color: #A30576;
}
.AnyTagClassName
{
color: #A30576;
}
</style>
background-color css
<style>
a { background-color: #A30576; }
a { background-color: rgb(163,5,118); }
div.DivClassName
{
background-color: #A30576;
}
.BgClassName
{
background-color: #A30576;
}
</style>
border-color css
<style>
span { border-color: #A30576; }
span { border-color: rgb(163,5,118); }
td.TdClassName
{
border-color: #A30576;
}
.TagClassName
{
border-color: #A30576;
}
</style>