Shades of Dark Magenta #A3039B
Tints of Dark Magenta #A3039B
RGB
CMYK
RGB Variations
Color information
#A3039B (or 0xA3039B) is known color: Dark Magenta. HEX triplet: A3, 03 and 9B. RGB value is (163,3,155). Sum of RGB (Red+Green+Blue) = 163+3+155=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3039B is #5CFC64. Grayscale: #434343. Windows color (decimal): -6093925 or 10159011. OLE color: 10159011.
HSL color Cylindrical-coordinate representation of color #A3039B: hue angle of 303º 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 #A3039B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.36 |
| HSL | 303º | 0.96% | 0.33% | - |
| HSV(B) | 303º | 0.98% | 0.64% | - |
| XYZ | 21.05 | 10.22 | 31.87 | - |
| YUV | 68.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 155 | 0 | 0.98 | 0.05 | 0.36 | 303 | 0.96 | 0.33 |
| Hex | A3 | 3 | 9B | 0 | 62 | 5 | 24 | 12F | 60 | 21 |
| Octal | 243 | 3 | 233 | 0 | 142 | 5 | 44 | 457 | 140 | 41 |
| Binary | 10100011 | 11 | 10011011 | 0 | 1100010 | 101 | 100100 | 100101111 | 1100000 | 100001 |
Color Harmonies of #A3039B
Complementary color
Monochromatic Colors of #A3039B
Black with #A3039B
Text Example
Text Example
White with #A3039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3039B; }
p { color: rgb(163,3,155); }
H1.HeaderClassName
{
color: #A3039B;
}
.AnyTagClassName
{
color: #A3039B;
}
</style>
background-color css
<style>
a { background-color: #A3039B; }
a { background-color: rgb(163,3,155); }
div.DivClassName
{
background-color: #A3039B;
}
.BgClassName
{
background-color: #A3039B;
}
</style>
border-color css
<style>
span { border-color: #A3039B; }
span { border-color: rgb(163,3,155); }
td.TdClassName
{
border-color: #A3039B;
}
.TagClassName
{
border-color: #A3039B;
}
</style>