Shades of Eggplant #A30276
Tints of Eggplant #A30276
RGB
CMYK
RGB Variations
Color information
#A30276 (or 0xA30276) is known color: Eggplant. HEX triplet: A3, 02 and 76. RGB value is (163,2,118). Sum of RGB (Red+Green+Blue) = 163+2+118=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30276 is #5CFD89. Grayscale: #3F3F3F. Windows color (decimal): -6094218 or 7733923. OLE color: 7733923.
HSL color Cylindrical-coordinate representation of color #A30276: hue angle of 316.77º degrees, saturation: 0.98, 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 #A30276 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.36 |
| HSL | 316.77º | 0.98% | 0.32% | - |
| HSV(B) | 316.77º | 0.99% | 0.64% | - |
| XYZ | 18.4 | 9.14 | 17.93 | - |
| YUV | 63.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 118 | 0 | 0.99 | 0.28 | 0.36 | 316.77 | 0.98 | 0.32 |
| Hex | A3 | 2 | 76 | 0 | 63 | 1C | 24 | 13D | 62 | 20 |
| Octal | 243 | 2 | 166 | 0 | 143 | 34 | 44 | 475 | 142 | 40 |
| Binary | 10100011 | 10 | 1110110 | 0 | 1100011 | 11100 | 100100 | 100111101 | 1100010 | 100000 |
Color Harmonies of #A30276
Complementary color
Monochromatic Colors of #A30276
Black with #A30276
Text Example
Text Example
White with #A30276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30276; }
p { color: rgb(163,2,118); }
H1.HeaderClassName
{
color: #A30276;
}
.AnyTagClassName
{
color: #A30276;
}
</style>
background-color css
<style>
a { background-color: #A30276; }
a { background-color: rgb(163,2,118); }
div.DivClassName
{
background-color: #A30276;
}
.BgClassName
{
background-color: #A30276;
}
</style>
border-color css
<style>
span { border-color: #A30276; }
span { border-color: rgb(163,2,118); }
td.TdClassName
{
border-color: #A30276;
}
.TagClassName
{
border-color: #A30276;
}
</style>