Shades of Dark Magenta #A51896
Tints of Dark Magenta #A51896
RGB
CMYK
RGB Variations
Color information
#A51896 (or 0xA51896) is known color: Dark Magenta. HEX triplet: A5, 18 and 96. RGB value is (165,24,150). Sum of RGB (Red+Green+Blue) = 165+24+150=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A51896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51896 is #5AE769. Grayscale: #505050. Windows color (decimal): -5957482 or 9836709. OLE color: 9836709.
HSL color Cylindrical-coordinate representation of color #A51896: hue angle of 306.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51896 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 24 | 150 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.35 |
| HSL | 306.38º | 0.75% | 0.37% | - |
| HSV(B) | 306.38º | 0.85% | 0.65% | - |
| XYZ | 21.35 | 10.85 | 29.82 | - |
| YUV | 80.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 150 | 0 | 0.85 | 0.09 | 0.35 | 306.38 | 0.75 | 0.37 |
| Hex | A5 | 18 | 96 | 0 | 55 | 9 | 23 | 132 | 4B | 25 |
| Octal | 245 | 30 | 226 | 0 | 125 | 11 | 43 | 462 | 113 | 45 |
| Binary | 10100101 | 11000 | 10010110 | 0 | 1010101 | 1001 | 100011 | 100110010 | 1001011 | 100101 |
Color Harmonies of #A51896
Complementary color
Monochromatic Colors of #A51896
Black with #A51896
Text Example
Text Example
White with #A51896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51896; }
p { color: rgb(165,24,150); }
H1.HeaderClassName
{
color: #A51896;
}
.AnyTagClassName
{
color: #A51896;
}
</style>
background-color css
<style>
a { background-color: #A51896; }
a { background-color: rgb(165,24,150); }
div.DivClassName
{
background-color: #A51896;
}
.BgClassName
{
background-color: #A51896;
}
</style>
border-color css
<style>
span { border-color: #A51896; }
span { border-color: rgb(165,24,150); }
td.TdClassName
{
border-color: #A51896;
}
.TagClassName
{
border-color: #A51896;
}
</style>