Shades of Eggplant #A3107D
Tints of Eggplant #A3107D
RGB
CMYK
RGB Variations
Color information
#A3107D (or 0xA3107D) is known color: Eggplant. HEX triplet: A3, 10 and 7D. RGB value is (163,16,125). Sum of RGB (Red+Green+Blue) = 163+16+125=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3107D is #5CEF82. Grayscale: #484848. Windows color (decimal): -6090627 or 8196259. OLE color: 8196259.
HSL color Cylindrical-coordinate representation of color #A3107D: hue angle of 315.51º 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 #A3107D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 125 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.36 |
| HSL | 315.51º | 0.82% | 0.35% | - |
| HSV(B) | 315.51º | 0.9% | 0.64% | - |
| XYZ | 18.99 | 9.64 | 20.26 | - |
| YUV | 72.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 125 | 0 | 0.90 | 0.23 | 0.36 | 315.51 | 0.82 | 0.35 |
| Hex | A3 | 10 | 7D | 0 | 5A | 17 | 24 | 13C | 52 | 23 |
| Octal | 243 | 20 | 175 | 0 | 132 | 27 | 44 | 474 | 122 | 43 |
| Binary | 10100011 | 10000 | 1111101 | 0 | 1011010 | 10111 | 100100 | 100111100 | 1010010 | 100011 |
Color Harmonies of #A3107D
Complementary color
Monochromatic Colors of #A3107D
Black with #A3107D
Text Example
Text Example
White with #A3107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3107D; }
p { color: rgb(163,16,125); }
H1.HeaderClassName
{
color: #A3107D;
}
.AnyTagClassName
{
color: #A3107D;
}
</style>
background-color css
<style>
a { background-color: #A3107D; }
a { background-color: rgb(163,16,125); }
div.DivClassName
{
background-color: #A3107D;
}
.BgClassName
{
background-color: #A3107D;
}
</style>
border-color css
<style>
span { border-color: #A3107D; }
span { border-color: rgb(163,16,125); }
td.TdClassName
{
border-color: #A3107D;
}
.TagClassName
{
border-color: #A3107D;
}
</style>