Shades of Dark Magenta #A50096
Tints of Dark Magenta #A50096
RGB
CMYK
RGB Variations
Color information
#A50096 (or 0xA50096) is known color: Dark Magenta. HEX triplet: A5, 00 and 96. RGB value is (165,0,150). Sum of RGB (Red+Green+Blue) = 165+0+150=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A50096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50096 is #5AFF69. Grayscale: #424242. Windows color (decimal): -5963626 or 9830565. OLE color: 9830565.
HSL color Cylindrical-coordinate representation of color #A50096: hue angle of 305.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50096 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.09 | 0.35 |
| HSL | 305.45º | 1% | 0.32% | - |
| HSV(B) | 305.45º | 1% | 0.65% | - |
| XYZ | 21.02 | 10.2 | 29.72 | - |
| YUV | 66.44 | 175.16 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 150 | 0 | 1 | 0.09 | 0.35 | 305.45 | 1 | 0.32 |
| Hex | A5 | 0 | 96 | 0 | 64 | 9 | 23 | 131 | 64 | 20 |
| Octal | 245 | 0 | 226 | 0 | 144 | 11 | 43 | 461 | 144 | 40 |
| Binary | 10100101 | 0 | 10010110 | 0 | 1100100 | 1001 | 100011 | 100110001 | 1100100 | 100000 |
Color Harmonies of #A50096
Complementary color
Monochromatic Colors of #A50096
Black with #A50096
Text Example
Text Example
White with #A50096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50096; }
p { color: rgb(165,0,150); }
H1.HeaderClassName
{
color: #A50096;
}
.AnyTagClassName
{
color: #A50096;
}
</style>
background-color css
<style>
a { background-color: #A50096; }
a { background-color: rgb(165,0,150); }
div.DivClassName
{
background-color: #A50096;
}
.BgClassName
{
background-color: #A50096;
}
</style>
border-color css
<style>
span { border-color: #A50096; }
span { border-color: rgb(165,0,150); }
td.TdClassName
{
border-color: #A50096;
}
.TagClassName
{
border-color: #A50096;
}
</style>