Shades of Dark Magenta #A61191
Tints of Dark Magenta #A61191
RGB
CMYK
RGB Variations
Color information
#A61191 (or 0xA61191) is known color: Dark Magenta. HEX triplet: A6, 11 and 91. RGB value is (166,17,145). Sum of RGB (Red+Green+Blue) = 166+17+145=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A61191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61191 is #59EE6E. Grayscale: #4B4B4B. Windows color (decimal): -5893743 or 9507238. OLE color: 9507238.
HSL color Cylindrical-coordinate representation of color #A61191: hue angle of 308.46º 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 #A61191 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 145 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.35 |
| HSL | 308.46º | 0.81% | 0.36% | - |
| HSV(B) | 308.46º | 0.9% | 0.65% | - |
| XYZ | 21.04 | 10.55 | 27.72 | - |
| YUV | 76.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 145 | 0 | 0.90 | 0.13 | 0.35 | 308.46 | 0.81 | 0.36 |
| Hex | A6 | 11 | 91 | 0 | 5A | D | 23 | 134 | 51 | 24 |
| Octal | 246 | 21 | 221 | 0 | 132 | 15 | 43 | 464 | 121 | 44 |
| Binary | 10100110 | 10001 | 10010001 | 0 | 1011010 | 1101 | 100011 | 100110100 | 1010001 | 100100 |
Color Harmonies of #A61191
Complementary color
Monochromatic Colors of #A61191
Black with #A61191
Text Example
Text Example
White with #A61191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61191; }
p { color: rgb(166,17,145); }
H1.HeaderClassName
{
color: #A61191;
}
.AnyTagClassName
{
color: #A61191;
}
</style>
background-color css
<style>
a { background-color: #A61191; }
a { background-color: rgb(166,17,145); }
div.DivClassName
{
background-color: #A61191;
}
.BgClassName
{
background-color: #A61191;
}
</style>
border-color css
<style>
span { border-color: #A61191; }
span { border-color: rgb(166,17,145); }
td.TdClassName
{
border-color: #A61191;
}
.TagClassName
{
border-color: #A61191;
}
</style>