Shades of Eggplant #A3056B
Tints of Eggplant #A3056B
RGB
CMYK
RGB Variations
Color information
#A3056B (or 0xA3056B) is known color: Eggplant. HEX triplet: A3, 05 and 6B. RGB value is (163,5,107). Sum of RGB (Red+Green+Blue) = 163+5+107=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3056B is #5CFA94. Grayscale: #3F3F3F. Windows color (decimal): -6093461 or 7013795. OLE color: 7013795.
HSL color Cylindrical-coordinate representation of color #A3056B: hue angle of 321.27º 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 #A3056B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 107 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.36 |
| HSL | 321.27º | 0.94% | 0.33% | - |
| HSV(B) | 321.27º | 0.97% | 0.64% | - |
| XYZ | 17.81 | 8.96 | 14.7 | - |
| YUV | 63.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 107 | 0 | 0.97 | 0.34 | 0.36 | 321.27 | 0.94 | 0.33 |
| Hex | A3 | 5 | 6B | 0 | 61 | 22 | 24 | 141 | 5E | 21 |
| Octal | 243 | 5 | 153 | 0 | 141 | 42 | 44 | 501 | 136 | 41 |
| Binary | 10100011 | 101 | 1101011 | 0 | 1100001 | 100010 | 100100 | 101000001 | 1011110 | 100001 |
Color Harmonies of #A3056B
Complementary color
Monochromatic Colors of #A3056B
Black with #A3056B
Text Example
Text Example
White with #A3056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3056B; }
p { color: rgb(163,5,107); }
H1.HeaderClassName
{
color: #A3056B;
}
.AnyTagClassName
{
color: #A3056B;
}
</style>
background-color css
<style>
a { background-color: #A3056B; }
a { background-color: rgb(163,5,107); }
div.DivClassName
{
background-color: #A3056B;
}
.BgClassName
{
background-color: #A3056B;
}
</style>
border-color css
<style>
span { border-color: #A3056B; }
span { border-color: rgb(163,5,107); }
td.TdClassName
{
border-color: #A3056B;
}
.TagClassName
{
border-color: #A3056B;
}
</style>