Shades of Dark Magenta #A50097
Tints of Dark Magenta #A50097
RGB
CMYK
RGB Variations
Color information
#A50097 (or 0xA50097) is known color: Dark Magenta. HEX triplet: A5, 00 and 97. RGB value is (165,0,151). Sum of RGB (Red+Green+Blue) = 165+0+151=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A50097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50097 is #5AFF68. Grayscale: #424242. Windows color (decimal): -5963625 or 9896101. OLE color: 9896101.
HSL color Cylindrical-coordinate representation of color #A50097: hue angle of 305.09º 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 #A50097 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.08 | 0.35 |
| HSL | 305.09º | 1% | 0.32% | - |
| HSV(B) | 305.09º | 1% | 0.65% | - |
| XYZ | 21.1 | 10.23 | 30.14 | - |
| YUV | 66.55 | 175.66 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 151 | 0 | 1 | 0.08 | 0.35 | 305.09 | 1 | 0.32 |
| Hex | A5 | 0 | 97 | 0 | 64 | 8 | 23 | 131 | 64 | 20 |
| Octal | 245 | 0 | 227 | 0 | 144 | 10 | 43 | 461 | 144 | 40 |
| Binary | 10100101 | 0 | 10010111 | 0 | 1100100 | 1000 | 100011 | 100110001 | 1100100 | 100000 |
Color Harmonies of #A50097
Complementary color
Monochromatic Colors of #A50097
Black with #A50097
Text Example
Text Example
White with #A50097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50097; }
p { color: rgb(165,0,151); }
H1.HeaderClassName
{
color: #A50097;
}
.AnyTagClassName
{
color: #A50097;
}
</style>
background-color css
<style>
a { background-color: #A50097; }
a { background-color: rgb(165,0,151); }
div.DivClassName
{
background-color: #A50097;
}
.BgClassName
{
background-color: #A50097;
}
</style>
border-color css
<style>
span { border-color: #A50097; }
span { border-color: rgb(165,0,151); }
td.TdClassName
{
border-color: #A50097;
}
.TagClassName
{
border-color: #A50097;
}
</style>