Shades of Dark Magenta #A3209F
Tints of Dark Magenta #A3209F
RGB
CMYK
RGB Variations
Color information
#A3209F (or 0xA3209F) is known color: Dark Magenta. HEX triplet: A3, 20 and 9F. RGB value is (163,32,159). Sum of RGB (Red+Green+Blue) = 163+32+159=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3209F is #5CDF60. Grayscale: #555555. Windows color (decimal): -6086497 or 10428579. OLE color: 10428579.
HSL color Cylindrical-coordinate representation of color #A3209F: hue angle of 301.83º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3209F is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 159 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.36 |
| HSL | 301.83º | 0.67% | 0.38% | - |
| HSV(B) | 301.83º | 0.8% | 0.64% | - |
| XYZ | 21.88 | 11.32 | 33.83 | - |
| YUV | 85.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 159 | 0 | 0.80 | 0.02 | 0.36 | 301.83 | 0.67 | 0.38 |
| Hex | A3 | 20 | 9F | 0 | 50 | 2 | 24 | 12E | 43 | 26 |
| Octal | 243 | 40 | 237 | 0 | 120 | 2 | 44 | 456 | 103 | 46 |
| Binary | 10100011 | 100000 | 10011111 | 0 | 1010000 | 10 | 100100 | 100101110 | 1000011 | 100110 |
Color Harmonies of #A3209F
Complementary color
Monochromatic Colors of #A3209F
Black with #A3209F
Text Example
Text Example
White with #A3209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3209F; }
p { color: rgb(163,32,159); }
H1.HeaderClassName
{
color: #A3209F;
}
.AnyTagClassName
{
color: #A3209F;
}
</style>
background-color css
<style>
a { background-color: #A3209F; }
a { background-color: rgb(163,32,159); }
div.DivClassName
{
background-color: #A3209F;
}
.BgClassName
{
background-color: #A3209F;
}
</style>
border-color css
<style>
span { border-color: #A3209F; }
span { border-color: rgb(163,32,159); }
td.TdClassName
{
border-color: #A3209F;
}
.TagClassName
{
border-color: #A3209F;
}
</style>