Shades of Dark Magenta #A51591
Tints of Dark Magenta #A51591
RGB
CMYK
RGB Variations
Color information
#A51591 (or 0xA51591) is known color: Dark Magenta. HEX triplet: A5, 15 and 91. RGB value is (165,21,145). Sum of RGB (Red+Green+Blue) = 165+21+145=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51591 is #5AEA6E. Grayscale: #4D4D4D. Windows color (decimal): -5958255 or 9508261. OLE color: 9508261.
HSL color Cylindrical-coordinate representation of color #A51591: hue angle of 308.33º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51591 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 21 | 145 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.35 |
| HSL | 308.33º | 0.77% | 0.36% | - |
| HSV(B) | 308.33º | 0.87% | 0.65% | - |
| XYZ | 20.9 | 10.58 | 27.73 | - |
| YUV | 78.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 145 | 0 | 0.87 | 0.12 | 0.35 | 308.33 | 0.77 | 0.36 |
| Hex | A5 | 15 | 91 | 0 | 57 | C | 23 | 134 | 4D | 24 |
| Octal | 245 | 25 | 221 | 0 | 127 | 14 | 43 | 464 | 115 | 44 |
| Binary | 10100101 | 10101 | 10010001 | 0 | 1010111 | 1100 | 100011 | 100110100 | 1001101 | 100100 |
Color Harmonies of #A51591
Complementary color
Monochromatic Colors of #A51591
Black with #A51591
Text Example
Text Example
White with #A51591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51591; }
p { color: rgb(165,21,145); }
H1.HeaderClassName
{
color: #A51591;
}
.AnyTagClassName
{
color: #A51591;
}
</style>
background-color css
<style>
a { background-color: #A51591; }
a { background-color: rgb(165,21,145); }
div.DivClassName
{
background-color: #A51591;
}
.BgClassName
{
background-color: #A51591;
}
</style>
border-color css
<style>
span { border-color: #A51591; }
span { border-color: rgb(165,21,145); }
td.TdClassName
{
border-color: #A51591;
}
.TagClassName
{
border-color: #A51591;
}
</style>