Shades of Eggplant #A3036C
Tints of Eggplant #A3036C
RGB
CMYK
RGB Variations
Color information
#A3036C (or 0xA3036C) is known color: Eggplant. HEX triplet: A3, 03 and 6C. RGB value is (163,3,108). Sum of RGB (Red+Green+Blue) = 163+3+108=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3036C is #5CFC93. Grayscale: #3E3E3E. Windows color (decimal): -6093972 or 7078819. OLE color: 7078819.
HSL color Cylindrical-coordinate representation of color #A3036C: hue angle of 320.62º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3036C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.36 |
| HSL | 320.63º | 0.96% | 0.33% | - |
| HSV(B) | 320.63º | 0.98% | 0.64% | - |
| XYZ | 17.84 | 8.93 | 14.97 | - |
| YUV | 62.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 108 | 0 | 0.98 | 0.34 | 0.36 | 320.63 | 0.96 | 0.33 |
| Hex | A3 | 3 | 6C | 0 | 62 | 22 | 24 | 141 | 60 | 21 |
| Octal | 243 | 3 | 154 | 0 | 142 | 42 | 44 | 501 | 140 | 41 |
| Binary | 10100011 | 11 | 1101100 | 0 | 1100010 | 100010 | 100100 | 101000001 | 1100000 | 100001 |
Color Harmonies of #A3036C
Complementary color
Monochromatic Colors of #A3036C
Black with #A3036C
Text Example
Text Example
White with #A3036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3036C; }
p { color: rgb(163,3,108); }
H1.HeaderClassName
{
color: #A3036C;
}
.AnyTagClassName
{
color: #A3036C;
}
</style>
background-color css
<style>
a { background-color: #A3036C; }
a { background-color: rgb(163,3,108); }
div.DivClassName
{
background-color: #A3036C;
}
.BgClassName
{
background-color: #A3036C;
}
</style>
border-color css
<style>
span { border-color: #A3036C; }
span { border-color: rgb(163,3,108); }
td.TdClassName
{
border-color: #A3036C;
}
.TagClassName
{
border-color: #A3036C;
}
</style>