Shades of Dark Magenta #A3039E
Tints of Dark Magenta #A3039E
RGB
CMYK
RGB Variations
Color information
#A3039E (or 0xA3039E) is known color: Dark Magenta. HEX triplet: A3, 03 and 9E. RGB value is (163,3,158). Sum of RGB (Red+Green+Blue) = 163+3+158=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3039E is #5CFC61. Grayscale: #444444. Windows color (decimal): -6093922 or 10355619. OLE color: 10355619.
HSL color Cylindrical-coordinate representation of color #A3039E: hue angle of 301.88º 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 #A3039E is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.36 |
| HSL | 301.88º | 0.96% | 0.33% | - |
| HSV(B) | 301.88º | 0.98% | 0.64% | - |
| XYZ | 21.31 | 10.32 | 33.22 | - |
| YUV | 68.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 158 | 0 | 0.98 | 0.03 | 0.36 | 301.88 | 0.96 | 0.33 |
| Hex | A3 | 3 | 9E | 0 | 62 | 3 | 24 | 12E | 60 | 21 |
| Octal | 243 | 3 | 236 | 0 | 142 | 3 | 44 | 456 | 140 | 41 |
| Binary | 10100011 | 11 | 10011110 | 0 | 1100010 | 11 | 100100 | 100101110 | 1100000 | 100001 |
Color Harmonies of #A3039E
Complementary color
Monochromatic Colors of #A3039E
Black with #A3039E
Text Example
Text Example
White with #A3039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3039E; }
p { color: rgb(163,3,158); }
H1.HeaderClassName
{
color: #A3039E;
}
.AnyTagClassName
{
color: #A3039E;
}
</style>
background-color css
<style>
a { background-color: #A3039E; }
a { background-color: rgb(163,3,158); }
div.DivClassName
{
background-color: #A3039E;
}
.BgClassName
{
background-color: #A3039E;
}
</style>
border-color css
<style>
span { border-color: #A3039E; }
span { border-color: rgb(163,3,158); }
td.TdClassName
{
border-color: #A3039E;
}
.TagClassName
{
border-color: #A3039E;
}
</style>