Shades of Dark Magenta #A61197
Tints of Dark Magenta #A61197
RGB
CMYK
RGB Variations
Color information
#A61197 (or 0xA61197) is known color: Dark Magenta. HEX triplet: A6, 11 and 97. RGB value is (166,17,151). Sum of RGB (Red+Green+Blue) = 166+17+151=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A61197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61197 is #59EE68. Grayscale: #4C4C4C. Windows color (decimal): -5893737 or 9900454. OLE color: 9900454.
HSL color Cylindrical-coordinate representation of color #A61197: hue angle of 306.04º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61197 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 151 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.35 |
| HSL | 306.04º | 0.81% | 0.36% | - |
| HSV(B) | 306.04º | 0.9% | 0.65% | - |
| XYZ | 21.51 | 10.74 | 30.22 | - |
| YUV | 76.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 151 | 0 | 0.90 | 0.09 | 0.35 | 306.04 | 0.81 | 0.36 |
| Hex | A6 | 11 | 97 | 0 | 5A | 9 | 23 | 132 | 51 | 24 |
| Octal | 246 | 21 | 227 | 0 | 132 | 11 | 43 | 462 | 121 | 44 |
| Binary | 10100110 | 10001 | 10010111 | 0 | 1011010 | 1001 | 100011 | 100110010 | 1010001 | 100100 |
Color Harmonies of #A61197
Complementary color
Monochromatic Colors of #A61197
Black with #A61197
Text Example
Text Example
White with #A61197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61197; }
p { color: rgb(166,17,151); }
H1.HeaderClassName
{
color: #A61197;
}
.AnyTagClassName
{
color: #A61197;
}
</style>
background-color css
<style>
a { background-color: #A61197; }
a { background-color: rgb(166,17,151); }
div.DivClassName
{
background-color: #A61197;
}
.BgClassName
{
background-color: #A61197;
}
</style>
border-color css
<style>
span { border-color: #A61197; }
span { border-color: rgb(166,17,151); }
td.TdClassName
{
border-color: #A61197;
}
.TagClassName
{
border-color: #A61197;
}
</style>