Shades of Dark Magenta #A3019F
Tints of Dark Magenta #A3019F
RGB
CMYK
RGB Variations
Color information
#A3019F (or 0xA3019F) is known color: Dark Magenta. HEX triplet: A3, 01 and 9F. RGB value is (163,1,159). Sum of RGB (Red+Green+Blue) = 163+1+159=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3019F is #5CFE60. Grayscale: #424242. Windows color (decimal): -6094433 or 10420643. OLE color: 10420643.
HSL color Cylindrical-coordinate representation of color #A3019F: hue angle of 301.48º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3019F is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.36 |
| HSL | 301.48º | 0.99% | 0.32% | - |
| HSV(B) | 301.48º | 0.99% | 0.64% | - |
| XYZ | 21.37 | 10.31 | 33.66 | - |
| YUV | 67.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 159 | 0 | 0.99 | 0.02 | 0.36 | 301.48 | 0.99 | 0.32 |
| Hex | A3 | 1 | 9F | 0 | 63 | 2 | 24 | 12D | 63 | 20 |
| Octal | 243 | 1 | 237 | 0 | 143 | 2 | 44 | 455 | 143 | 40 |
| Binary | 10100011 | 1 | 10011111 | 0 | 1100011 | 10 | 100100 | 100101101 | 1100011 | 100000 |
Color Harmonies of #A3019F
Complementary color
Monochromatic Colors of #A3019F
Black with #A3019F
Text Example
Text Example
White with #A3019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3019F; }
p { color: rgb(163,1,159); }
H1.HeaderClassName
{
color: #A3019F;
}
.AnyTagClassName
{
color: #A3019F;
}
</style>
background-color css
<style>
a { background-color: #A3019F; }
a { background-color: rgb(163,1,159); }
div.DivClassName
{
background-color: #A3019F;
}
.BgClassName
{
background-color: #A3019F;
}
</style>
border-color css
<style>
span { border-color: #A3019F; }
span { border-color: rgb(163,1,159); }
td.TdClassName
{
border-color: #A3019F;
}
.TagClassName
{
border-color: #A3019F;
}
</style>