Shades of Eggplant #A3107B
Tints of Eggplant #A3107B
RGB
CMYK
RGB Variations
Color information
#A3107B (or 0xA3107B) is known color: Eggplant. HEX triplet: A3, 10 and 7B. RGB value is (163,16,123). Sum of RGB (Red+Green+Blue) = 163+16+123=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3107B is #5CEF84. Grayscale: #474747. Windows color (decimal): -6090629 or 8065187. OLE color: 8065187.
HSL color Cylindrical-coordinate representation of color #A3107B: hue angle of 316.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3107B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 123 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.36 |
| HSL | 316.33º | 0.82% | 0.35% | - |
| HSV(B) | 316.33º | 0.9% | 0.64% | - |
| XYZ | 18.86 | 9.59 | 19.6 | - |
| YUV | 72.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 123 | 0 | 0.90 | 0.25 | 0.36 | 316.33 | 0.82 | 0.35 |
| Hex | A3 | 10 | 7B | 0 | 5A | 19 | 24 | 13C | 52 | 23 |
| Octal | 243 | 20 | 173 | 0 | 132 | 31 | 44 | 474 | 122 | 43 |
| Binary | 10100011 | 10000 | 1111011 | 0 | 1011010 | 11001 | 100100 | 100111100 | 1010010 | 100011 |
Color Harmonies of #A3107B
Complementary color
Monochromatic Colors of #A3107B
Black with #A3107B
Text Example
Text Example
White with #A3107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3107B; }
p { color: rgb(163,16,123); }
H1.HeaderClassName
{
color: #A3107B;
}
.AnyTagClassName
{
color: #A3107B;
}
</style>
background-color css
<style>
a { background-color: #A3107B; }
a { background-color: rgb(163,16,123); }
div.DivClassName
{
background-color: #A3107B;
}
.BgClassName
{
background-color: #A3107B;
}
</style>
border-color css
<style>
span { border-color: #A3107B; }
span { border-color: rgb(163,16,123); }
td.TdClassName
{
border-color: #A3107B;
}
.TagClassName
{
border-color: #A3107B;
}
</style>