Shades of Eggplant #A3037F
Tints of Eggplant #A3037F
RGB
CMYK
RGB Variations
Color information
#A3037F (or 0xA3037F) is known color: Eggplant. HEX triplet: A3, 03 and 7F. RGB value is (163,3,127). Sum of RGB (Red+Green+Blue) = 163+3+127=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3037F is #5CFC80. Grayscale: #404040. Windows color (decimal): -6093953 or 8324003. OLE color: 8324003.
HSL color Cylindrical-coordinate representation of color #A3037F: hue angle of 313.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3037F is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.36 |
| HSL | 313.5º | 0.96% | 0.33% | - |
| HSV(B) | 313.5º | 0.98% | 0.64% | - |
| XYZ | 18.97 | 9.38 | 20.89 | - |
| YUV | 64.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 127 | 0 | 0.98 | 0.22 | 0.36 | 313.5 | 0.96 | 0.33 |
| Hex | A3 | 3 | 7F | 0 | 62 | 16 | 24 | 13A | 60 | 21 |
| Octal | 243 | 3 | 177 | 0 | 142 | 26 | 44 | 472 | 140 | 41 |
| Binary | 10100011 | 11 | 1111111 | 0 | 1100010 | 10110 | 100100 | 100111010 | 1100000 | 100001 |
Color Harmonies of #A3037F
Complementary color
Monochromatic Colors of #A3037F
Black with #A3037F
Text Example
Text Example
White with #A3037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3037F; }
p { color: rgb(163,3,127); }
H1.HeaderClassName
{
color: #A3037F;
}
.AnyTagClassName
{
color: #A3037F;
}
</style>
background-color css
<style>
a { background-color: #A3037F; }
a { background-color: rgb(163,3,127); }
div.DivClassName
{
background-color: #A3037F;
}
.BgClassName
{
background-color: #A3037F;
}
</style>
border-color css
<style>
span { border-color: #A3037F; }
span { border-color: rgb(163,3,127); }
td.TdClassName
{
border-color: #A3037F;
}
.TagClassName
{
border-color: #A3037F;
}
</style>