Shades of Eggplant #A3056C
Tints of Eggplant #A3056C
RGB
CMYK
RGB Variations
Color information
#A3056C (or 0xA3056C) is known color: Eggplant. HEX triplet: A3, 05 and 6C. RGB value is (163,5,108). Sum of RGB (Red+Green+Blue) = 163+5+108=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3056C is #5CFA93. Grayscale: #3F3F3F. Windows color (decimal): -6093460 or 7079331. OLE color: 7079331.
HSL color Cylindrical-coordinate representation of color #A3056C: hue angle of 320.89º 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 #A3056C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.36 |
| HSL | 320.89º | 0.94% | 0.33% | - |
| HSV(B) | 320.89º | 0.97% | 0.64% | - |
| XYZ | 17.87 | 8.98 | 14.98 | - |
| YUV | 63.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 108 | 0 | 0.97 | 0.34 | 0.36 | 320.89 | 0.94 | 0.33 |
| Hex | A3 | 5 | 6C | 0 | 61 | 22 | 24 | 141 | 5E | 21 |
| Octal | 243 | 5 | 154 | 0 | 141 | 42 | 44 | 501 | 136 | 41 |
| Binary | 10100011 | 101 | 1101100 | 0 | 1100001 | 100010 | 100100 | 101000001 | 1011110 | 100001 |
Color Harmonies of #A3056C
Complementary color
Monochromatic Colors of #A3056C
Black with #A3056C
Text Example
Text Example
White with #A3056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3056C; }
p { color: rgb(163,5,108); }
H1.HeaderClassName
{
color: #A3056C;
}
.AnyTagClassName
{
color: #A3056C;
}
</style>
background-color css
<style>
a { background-color: #A3056C; }
a { background-color: rgb(163,5,108); }
div.DivClassName
{
background-color: #A3056C;
}
.BgClassName
{
background-color: #A3056C;
}
</style>
border-color css
<style>
span { border-color: #A3056C; }
span { border-color: rgb(163,5,108); }
td.TdClassName
{
border-color: #A3056C;
}
.TagClassName
{
border-color: #A3056C;
}
</style>