Shades of Eggplant #A3036E
Tints of Eggplant #A3036E
RGB
CMYK
RGB Variations
Color information
#A3036E (or 0xA3036E) is known color: Eggplant. HEX triplet: A3, 03 and 6E. RGB value is (163,3,110). Sum of RGB (Red+Green+Blue) = 163+3+110=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3036E is #5CFC91. Grayscale: #3E3E3E. Windows color (decimal): -6093970 or 7209891. OLE color: 7209891.
HSL color Cylindrical-coordinate representation of color #A3036E: hue angle of 319.88º 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 #A3036E is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.36 |
| HSL | 319.88º | 0.96% | 0.33% | - |
| HSV(B) | 319.88º | 0.98% | 0.64% | - |
| XYZ | 17.95 | 8.98 | 15.54 | - |
| YUV | 63.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 110 | 0 | 0.98 | 0.33 | 0.36 | 319.88 | 0.96 | 0.33 |
| Hex | A3 | 3 | 6E | 0 | 62 | 21 | 24 | 140 | 60 | 21 |
| Octal | 243 | 3 | 156 | 0 | 142 | 41 | 44 | 500 | 140 | 41 |
| Binary | 10100011 | 11 | 1101110 | 0 | 1100010 | 100001 | 100100 | 101000000 | 1100000 | 100001 |
Color Harmonies of #A3036E
Complementary color
Monochromatic Colors of #A3036E
Black with #A3036E
Text Example
Text Example
White with #A3036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3036E; }
p { color: rgb(163,3,110); }
H1.HeaderClassName
{
color: #A3036E;
}
.AnyTagClassName
{
color: #A3036E;
}
</style>
background-color css
<style>
a { background-color: #A3036E; }
a { background-color: rgb(163,3,110); }
div.DivClassName
{
background-color: #A3036E;
}
.BgClassName
{
background-color: #A3036E;
}
</style>
border-color css
<style>
span { border-color: #A3036E; }
span { border-color: rgb(163,3,110); }
td.TdClassName
{
border-color: #A3036E;
}
.TagClassName
{
border-color: #A3036E;
}
</style>