Shades of Eggplant #A3056D
Tints of Eggplant #A3056D
RGB
CMYK
RGB Variations
Color information
#A3056D (or 0xA3056D) is known color: Eggplant. HEX triplet: A3, 05 and 6D. RGB value is (163,5,109). Sum of RGB (Red+Green+Blue) = 163+5+109=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3056D is #5CFA92. Grayscale: #3F3F3F. Windows color (decimal): -6093459 or 7144867. OLE color: 7144867.
HSL color Cylindrical-coordinate representation of color #A3056D: hue angle of 320.51º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3056D is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.36 |
| HSL | 320.51º | 0.94% | 0.33% | - |
| HSV(B) | 320.51º | 0.97% | 0.64% | - |
| XYZ | 17.92 | 9 | 15.26 | - |
| YUV | 64.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 109 | 0 | 0.97 | 0.33 | 0.36 | 320.51 | 0.94 | 0.33 |
| Hex | A3 | 5 | 6D | 0 | 61 | 21 | 24 | 141 | 5E | 21 |
| Octal | 243 | 5 | 155 | 0 | 141 | 41 | 44 | 501 | 136 | 41 |
| Binary | 10100011 | 101 | 1101101 | 0 | 1100001 | 100001 | 100100 | 101000001 | 1011110 | 100001 |
Color Harmonies of #A3056D
Complementary color
Monochromatic Colors of #A3056D
Black with #A3056D
Text Example
Text Example
White with #A3056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3056D; }
p { color: rgb(163,5,109); }
H1.HeaderClassName
{
color: #A3056D;
}
.AnyTagClassName
{
color: #A3056D;
}
</style>
background-color css
<style>
a { background-color: #A3056D; }
a { background-color: rgb(163,5,109); }
div.DivClassName
{
background-color: #A3056D;
}
.BgClassName
{
background-color: #A3056D;
}
</style>
border-color css
<style>
span { border-color: #A3056D; }
span { border-color: rgb(163,5,109); }
td.TdClassName
{
border-color: #A3056D;
}
.TagClassName
{
border-color: #A3056D;
}
</style>