Shades of Dark Magenta #A2039B
Tints of Dark Magenta #A2039B
RGB
CMYK
RGB Variations
Color information
#A2039B (or 0xA2039B) is known color: Dark Magenta. HEX triplet: A2, 03 and 9B. RGB value is (162,3,155). Sum of RGB (Red+Green+Blue) = 162+3+155=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2039B is #5DFC64. Grayscale: #434343. Windows color (decimal): -6159461 or 10159010. OLE color: 10159010.
HSL color Cylindrical-coordinate representation of color #A2039B: hue angle of 302.64º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2039B is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.36 |
| HSL | 302.64º | 0.96% | 0.32% | - |
| HSV(B) | 302.64º | 0.98% | 0.64% | - |
| XYZ | 20.85 | 10.11 | 31.86 | - |
| YUV | 67.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 155 | 0 | 0.98 | 0.04 | 0.36 | 302.64 | 0.96 | 0.32 |
| Hex | A2 | 3 | 9B | 0 | 62 | 4 | 24 | 12F | 60 | 20 |
| Octal | 242 | 3 | 233 | 0 | 142 | 4 | 44 | 457 | 140 | 40 |
| Binary | 10100010 | 11 | 10011011 | 0 | 1100010 | 100 | 100100 | 100101111 | 1100000 | 100000 |
Color Harmonies of #A2039B
Complementary color
Monochromatic Colors of #A2039B
Black with #A2039B
Text Example
Text Example
White with #A2039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2039B; }
p { color: rgb(162,3,155); }
H1.HeaderClassName
{
color: #A2039B;
}
.AnyTagClassName
{
color: #A2039B;
}
</style>
background-color css
<style>
a { background-color: #A2039B; }
a { background-color: rgb(162,3,155); }
div.DivClassName
{
background-color: #A2039B;
}
.BgClassName
{
background-color: #A2039B;
}
</style>
border-color css
<style>
span { border-color: #A2039B; }
span { border-color: rgb(162,3,155); }
td.TdClassName
{
border-color: #A2039B;
}
.TagClassName
{
border-color: #A2039B;
}
</style>