Shades of Eggplant #A30776
Tints of Eggplant #A30776
RGB
CMYK
RGB Variations
Color information
#A30776 (or 0xA30776) is known color: Eggplant. HEX triplet: A3, 07 and 76. RGB value is (163,7,118). Sum of RGB (Red+Green+Blue) = 163+7+118=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A30776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30776 is #5CF889. Grayscale: #424242. Windows color (decimal): -6092938 or 7735203. OLE color: 7735203.
HSL color Cylindrical-coordinate representation of color #A30776: hue angle of 317.31º 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 #A30776 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 118 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.36 |
| HSL | 317.31º | 0.92% | 0.33% | - |
| HSV(B) | 317.31º | 0.96% | 0.64% | - |
| XYZ | 18.45 | 9.25 | 17.95 | - |
| YUV | 66.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 118 | 0 | 0.96 | 0.28 | 0.36 | 317.31 | 0.92 | 0.33 |
| Hex | A3 | 7 | 76 | 0 | 60 | 1C | 24 | 13D | 5C | 21 |
| Octal | 243 | 7 | 166 | 0 | 140 | 34 | 44 | 475 | 134 | 41 |
| Binary | 10100011 | 111 | 1110110 | 0 | 1100000 | 11100 | 100100 | 100111101 | 1011100 | 100001 |
Color Harmonies of #A30776
Complementary color
Monochromatic Colors of #A30776
Black with #A30776
Text Example
Text Example
White with #A30776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30776; }
p { color: rgb(163,7,118); }
H1.HeaderClassName
{
color: #A30776;
}
.AnyTagClassName
{
color: #A30776;
}
</style>
background-color css
<style>
a { background-color: #A30776; }
a { background-color: rgb(163,7,118); }
div.DivClassName
{
background-color: #A30776;
}
.BgClassName
{
background-color: #A30776;
}
</style>
border-color css
<style>
span { border-color: #A30776; }
span { border-color: rgb(163,7,118); }
td.TdClassName
{
border-color: #A30776;
}
.TagClassName
{
border-color: #A30776;
}
</style>