Shades of Dark Magenta #A10191
Tints of Dark Magenta #A10191
RGB
CMYK
RGB Variations
Color information
#A10191 (or 0xA10191) is known color: Dark Magenta. HEX triplet: A1, 01 and 91. RGB value is (161,1,145). Sum of RGB (Red+Green+Blue) = 161+1+145=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A10191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10191 is #5EFE6E. Grayscale: #404040. Windows color (decimal): -6225519 or 9503137. OLE color: 9503137.
HSL color Cylindrical-coordinate representation of color #A10191: hue angle of 306º 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 #A10191 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 145 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.37 |
| HSL | 306º | 0.99% | 0.32% | - |
| HSV(B) | 306º | 0.99% | 0.63% | - |
| XYZ | 19.82 | 9.64 | 27.6 | - |
| YUV | 65.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 145 | 0 | 0.99 | 0.10 | 0.37 | 306 | 0.99 | 0.32 |
| Hex | A1 | 1 | 91 | 0 | 63 | A | 25 | 132 | 63 | 20 |
| Octal | 241 | 1 | 221 | 0 | 143 | 12 | 45 | 462 | 143 | 40 |
| Binary | 10100001 | 1 | 10010001 | 0 | 1100011 | 1010 | 100101 | 100110010 | 1100011 | 100000 |
Color Harmonies of #A10191
Complementary color
Monochromatic Colors of #A10191
Black with #A10191
Text Example
Text Example
White with #A10191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10191; }
p { color: rgb(161,1,145); }
H1.HeaderClassName
{
color: #A10191;
}
.AnyTagClassName
{
color: #A10191;
}
</style>
background-color css
<style>
a { background-color: #A10191; }
a { background-color: rgb(161,1,145); }
div.DivClassName
{
background-color: #A10191;
}
.BgClassName
{
background-color: #A10191;
}
</style>
border-color css
<style>
span { border-color: #A10191; }
span { border-color: rgb(161,1,145); }
td.TdClassName
{
border-color: #A10191;
}
.TagClassName
{
border-color: #A10191;
}
</style>