Shades of Dark Magenta #A10197
Tints of Dark Magenta #A10197
RGB
CMYK
RGB Variations
Color information
#A10197 (or 0xA10197) is known color: Dark Magenta. HEX triplet: A1, 01 and 97. RGB value is (161,1,151). Sum of RGB (Red+Green+Blue) = 161+1+151=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A10197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10197 is #5EFE68. Grayscale: #414141. Windows color (decimal): -6225513 or 9896353. OLE color: 9896353.
HSL color Cylindrical-coordinate representation of color #A10197: hue angle of 303.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 #A10197 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.37 |
| HSL | 303.75º | 0.99% | 0.32% | - |
| HSV(B) | 303.75º | 0.99% | 0.63% | - |
| XYZ | 20.29 | 9.83 | 30.11 | - |
| YUV | 65.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 151 | 0 | 0.99 | 0.06 | 0.37 | 303.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | 97 | 0 | 63 | 6 | 25 | 130 | 63 | 20 |
| Octal | 241 | 1 | 227 | 0 | 143 | 6 | 45 | 460 | 143 | 40 |
| Binary | 10100001 | 1 | 10010111 | 0 | 1100011 | 110 | 100101 | 100110000 | 1100011 | 100000 |
Color Harmonies of #A10197
Complementary color
Monochromatic Colors of #A10197
Black with #A10197
Text Example
Text Example
White with #A10197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10197; }
p { color: rgb(161,1,151); }
H1.HeaderClassName
{
color: #A10197;
}
.AnyTagClassName
{
color: #A10197;
}
</style>
background-color css
<style>
a { background-color: #A10197; }
a { background-color: rgb(161,1,151); }
div.DivClassName
{
background-color: #A10197;
}
.BgClassName
{
background-color: #A10197;
}
</style>
border-color css
<style>
span { border-color: #A10197; }
span { border-color: rgb(161,1,151); }
td.TdClassName
{
border-color: #A10197;
}
.TagClassName
{
border-color: #A10197;
}
</style>