Shades of Dark Magenta #A1019F
Tints of Dark Magenta #A1019F
RGB
CMYK
RGB Variations
Color information
#A1019F (or 0xA1019F) is known color: Dark Magenta. HEX triplet: A1, 01 and 9F. RGB value is (161,1,159). Sum of RGB (Red+Green+Blue) = 161+1+159=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1019F is #5EFE60. Grayscale: #424242. Windows color (decimal): -6225505 or 10420641. OLE color: 10420641.
HSL color Cylindrical-coordinate representation of color #A1019F: hue angle of 300.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1019F is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.37 |
| HSL | 300.75º | 0.99% | 0.32% | - |
| HSV(B) | 300.75º | 0.99% | 0.63% | - |
| XYZ | 20.97 | 10.1 | 33.65 | - |
| YUV | 66.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 159 | 0 | 0.99 | 0.01 | 0.37 | 300.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | 9F | 0 | 63 | 1 | 25 | 12D | 63 | 20 |
| Octal | 241 | 1 | 237 | 0 | 143 | 1 | 45 | 455 | 143 | 40 |
| Binary | 10100001 | 1 | 10011111 | 0 | 1100011 | 1 | 100101 | 100101101 | 1100011 | 100000 |
Color Harmonies of #A1019F
Complementary color
Monochromatic Colors of #A1019F
Black with #A1019F
Text Example
Text Example
White with #A1019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1019F; }
p { color: rgb(161,1,159); }
H1.HeaderClassName
{
color: #A1019F;
}
.AnyTagClassName
{
color: #A1019F;
}
</style>
background-color css
<style>
a { background-color: #A1019F; }
a { background-color: rgb(161,1,159); }
div.DivClassName
{
background-color: #A1019F;
}
.BgClassName
{
background-color: #A1019F;
}
</style>
border-color css
<style>
span { border-color: #A1019F; }
span { border-color: rgb(161,1,159); }
td.TdClassName
{
border-color: #A1019F;
}
.TagClassName
{
border-color: #A1019F;
}
</style>