Shades of Dark Magenta #A3039F
Tints of Dark Magenta #A3039F
RGB
CMYK
RGB Variations
Color information
#A3039F (or 0xA3039F) is known color: Dark Magenta. HEX triplet: A3, 03 and 9F. RGB value is (163,3,159). Sum of RGB (Red+Green+Blue) = 163+3+159=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3039F is #5CFC60. Grayscale: #444444. Windows color (decimal): -6093921 or 10421155. OLE color: 10421155.
HSL color Cylindrical-coordinate representation of color #A3039F: hue angle of 301.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 #A3039F is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 159 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.36 |
| HSL | 301.5º | 0.96% | 0.33% | - |
| HSV(B) | 301.5º | 0.98% | 0.64% | - |
| XYZ | 21.39 | 10.35 | 33.67 | - |
| YUV | 68.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 159 | 0 | 0.98 | 0.02 | 0.36 | 301.5 | 0.96 | 0.33 |
| Hex | A3 | 3 | 9F | 0 | 62 | 2 | 24 | 12E | 60 | 21 |
| Octal | 243 | 3 | 237 | 0 | 142 | 2 | 44 | 456 | 140 | 41 |
| Binary | 10100011 | 11 | 10011111 | 0 | 1100010 | 10 | 100100 | 100101110 | 1100000 | 100001 |
Color Harmonies of #A3039F
Complementary color
Monochromatic Colors of #A3039F
Black with #A3039F
Text Example
Text Example
White with #A3039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3039F; }
p { color: rgb(163,3,159); }
H1.HeaderClassName
{
color: #A3039F;
}
.AnyTagClassName
{
color: #A3039F;
}
</style>
background-color css
<style>
a { background-color: #A3039F; }
a { background-color: rgb(163,3,159); }
div.DivClassName
{
background-color: #A3039F;
}
.BgClassName
{
background-color: #A3039F;
}
</style>
border-color css
<style>
span { border-color: #A3039F; }
span { border-color: rgb(163,3,159); }
td.TdClassName
{
border-color: #A3039F;
}
.TagClassName
{
border-color: #A3039F;
}
</style>