Shades of Eggplant #A30176
Tints of Eggplant #A30176
RGB
CMYK
RGB Variations
Color information
#A30176 (or 0xA30176) is known color: Eggplant. HEX triplet: A3, 01 and 76. RGB value is (163,1,118). Sum of RGB (Red+Green+Blue) = 163+1+118=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30176 is #5CFE89. Grayscale: #3E3E3E. Windows color (decimal): -6094474 or 7733667. OLE color: 7733667.
HSL color Cylindrical-coordinate representation of color #A30176: hue angle of 316.67º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30176 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.36 |
| HSL | 316.67º | 0.99% | 0.32% | - |
| HSV(B) | 316.67º | 0.99% | 0.64% | - |
| XYZ | 18.39 | 9.12 | 17.93 | - |
| YUV | 62.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 118 | 0 | 0.99 | 0.28 | 0.36 | 316.67 | 0.99 | 0.32 |
| Hex | A3 | 1 | 76 | 0 | 63 | 1C | 24 | 13D | 63 | 20 |
| Octal | 243 | 1 | 166 | 0 | 143 | 34 | 44 | 475 | 143 | 40 |
| Binary | 10100011 | 1 | 1110110 | 0 | 1100011 | 11100 | 100100 | 100111101 | 1100011 | 100000 |
Color Harmonies of #A30176
Complementary color
Monochromatic Colors of #A30176
Black with #A30176
Text Example
Text Example
White with #A30176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30176; }
p { color: rgb(163,1,118); }
H1.HeaderClassName
{
color: #A30176;
}
.AnyTagClassName
{
color: #A30176;
}
</style>
background-color css
<style>
a { background-color: #A30176; }
a { background-color: rgb(163,1,118); }
div.DivClassName
{
background-color: #A30176;
}
.BgClassName
{
background-color: #A30176;
}
</style>
border-color css
<style>
span { border-color: #A30176; }
span { border-color: rgb(163,1,118); }
td.TdClassName
{
border-color: #A30176;
}
.TagClassName
{
border-color: #A30176;
}
</style>