Shades of Dark Magenta #A51296
Tints of Dark Magenta #A51296
RGB
CMYK
RGB Variations
Color information
#A51296 (or 0xA51296) is known color: Dark Magenta. HEX triplet: A5, 12 and 96. RGB value is (165,18,150). Sum of RGB (Red+Green+Blue) = 165+18+150=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A51296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51296 is #5AED69. Grayscale: #4C4C4C. Windows color (decimal): -5959018 or 9835173. OLE color: 9835173.
HSL color Cylindrical-coordinate representation of color #A51296: hue angle of 306.12º degrees, saturation: 0.8, 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 #A51296 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 18 | 150 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.35 |
| HSL | 306.12º | 0.8% | 0.36% | - |
| HSV(B) | 306.12º | 0.89% | 0.65% | - |
| XYZ | 21.24 | 10.63 | 29.79 | - |
| YUV | 77 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 150 | 0 | 0.89 | 0.09 | 0.35 | 306.12 | 0.8 | 0.36 |
| Hex | A5 | 12 | 96 | 0 | 59 | 9 | 23 | 132 | 50 | 24 |
| Octal | 245 | 22 | 226 | 0 | 131 | 11 | 43 | 462 | 120 | 44 |
| Binary | 10100101 | 10010 | 10010110 | 0 | 1011001 | 1001 | 100011 | 100110010 | 1010000 | 100100 |
Color Harmonies of #A51296
Complementary color
Monochromatic Colors of #A51296
Black with #A51296
Text Example
Text Example
White with #A51296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51296; }
p { color: rgb(165,18,150); }
H1.HeaderClassName
{
color: #A51296;
}
.AnyTagClassName
{
color: #A51296;
}
</style>
background-color css
<style>
a { background-color: #A51296; }
a { background-color: rgb(165,18,150); }
div.DivClassName
{
background-color: #A51296;
}
.BgClassName
{
background-color: #A51296;
}
</style>
border-color css
<style>
span { border-color: #A51296; }
span { border-color: rgb(165,18,150); }
td.TdClassName
{
border-color: #A51296;
}
.TagClassName
{
border-color: #A51296;
}
</style>