Shades of Dark Magenta #A50197
Tints of Dark Magenta #A50197
RGB
CMYK
RGB Variations
Color information
#A50197 (or 0xA50197) is known color: Dark Magenta. HEX triplet: A5, 01 and 97. RGB value is (165,1,151). Sum of RGB (Red+Green+Blue) = 165+1+151=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A50197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50197 is #5AFE68. Grayscale: #424242. Windows color (decimal): -5963369 or 9896357. OLE color: 9896357.
HSL color Cylindrical-coordinate representation of color #A50197: hue angle of 305.12º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50197 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.35 |
| HSL | 305.12º | 0.99% | 0.33% | - |
| HSV(B) | 305.12º | 0.99% | 0.65% | - |
| XYZ | 21.11 | 10.26 | 30.14 | - |
| YUV | 67.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 151 | 0 | 0.99 | 0.08 | 0.35 | 305.12 | 0.99 | 0.33 |
| Hex | A5 | 1 | 97 | 0 | 63 | 8 | 23 | 131 | 63 | 21 |
| Octal | 245 | 1 | 227 | 0 | 143 | 10 | 43 | 461 | 143 | 41 |
| Binary | 10100101 | 1 | 10010111 | 0 | 1100011 | 1000 | 100011 | 100110001 | 1100011 | 100001 |
Color Harmonies of #A50197
Complementary color
Monochromatic Colors of #A50197
Black with #A50197
Text Example
Text Example
White with #A50197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50197; }
p { color: rgb(165,1,151); }
H1.HeaderClassName
{
color: #A50197;
}
.AnyTagClassName
{
color: #A50197;
}
</style>
background-color css
<style>
a { background-color: #A50197; }
a { background-color: rgb(165,1,151); }
div.DivClassName
{
background-color: #A50197;
}
.BgClassName
{
background-color: #A50197;
}
</style>
border-color css
<style>
span { border-color: #A50197; }
span { border-color: rgb(165,1,151); }
td.TdClassName
{
border-color: #A50197;
}
.TagClassName
{
border-color: #A50197;
}
</style>