Shades of Dark Magenta #A61391
Tints of Dark Magenta #A61391
RGB
CMYK
RGB Variations
Color information
#A61391 (or 0xA61391) is known color: Dark Magenta. HEX triplet: A6, 13 and 91. RGB value is (166,19,145). Sum of RGB (Red+Green+Blue) = 166+19+145=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A61391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61391 is #59EC6E. Grayscale: #4C4C4C. Windows color (decimal): -5893231 or 9507750. OLE color: 9507750.
HSL color Cylindrical-coordinate representation of color #A61391: hue angle of 308.57º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61391 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 145 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.35 |
| HSL | 308.57º | 0.79% | 0.36% | - |
| HSV(B) | 308.57º | 0.89% | 0.65% | - |
| XYZ | 21.07 | 10.62 | 27.73 | - |
| YUV | 77.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 145 | 0 | 0.89 | 0.13 | 0.35 | 308.57 | 0.79 | 0.36 |
| Hex | A6 | 13 | 91 | 0 | 59 | D | 23 | 135 | 4F | 24 |
| Octal | 246 | 23 | 221 | 0 | 131 | 15 | 43 | 465 | 117 | 44 |
| Binary | 10100110 | 10011 | 10010001 | 0 | 1011001 | 1101 | 100011 | 100110101 | 1001111 | 100100 |
Color Harmonies of #A61391
Complementary color
Monochromatic Colors of #A61391
Black with #A61391
Text Example
Text Example
White with #A61391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61391; }
p { color: rgb(166,19,145); }
H1.HeaderClassName
{
color: #A61391;
}
.AnyTagClassName
{
color: #A61391;
}
</style>
background-color css
<style>
a { background-color: #A61391; }
a { background-color: rgb(166,19,145); }
div.DivClassName
{
background-color: #A61391;
}
.BgClassName
{
background-color: #A61391;
}
</style>
border-color css
<style>
span { border-color: #A61391; }
span { border-color: rgb(166,19,145); }
td.TdClassName
{
border-color: #A61391;
}
.TagClassName
{
border-color: #A61391;
}
</style>