Shades of Dark Magenta #A51D97
Tints of Dark Magenta #A51D97
RGB
CMYK
RGB Variations
Color information
#A51D97 (or 0xA51D97) is known color: Dark Magenta. HEX triplet: A5, 1D and 97. RGB value is (165,29,151). Sum of RGB (Red+Green+Blue) = 165+29+151=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51D97 is #5AE268. Grayscale: #535353. Windows color (decimal): -5956201 or 9903525. OLE color: 9903525.
HSL color Cylindrical-coordinate representation of color #A51D97: hue angle of 306.18º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51D97 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 29 | 151 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.35 |
| HSL | 306.18º | 0.7% | 0.38% | - |
| HSV(B) | 306.18º | 0.82% | 0.65% | - |
| XYZ | 21.54 | 11.11 | 30.29 | - |
| YUV | 83.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 151 | 0 | 0.82 | 0.08 | 0.35 | 306.18 | 0.7 | 0.38 |
| Hex | A5 | 1D | 97 | 0 | 52 | 8 | 23 | 132 | 46 | 26 |
| Octal | 245 | 35 | 227 | 0 | 122 | 10 | 43 | 462 | 106 | 46 |
| Binary | 10100101 | 11101 | 10010111 | 0 | 1010010 | 1000 | 100011 | 100110010 | 1000110 | 100110 |
Color Harmonies of #A51D97
Complementary color
Monochromatic Colors of #A51D97
Black with #A51D97
Text Example
Text Example
White with #A51D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51D97; }
p { color: rgb(165,29,151); }
H1.HeaderClassName
{
color: #A51D97;
}
.AnyTagClassName
{
color: #A51D97;
}
</style>
background-color css
<style>
a { background-color: #A51D97; }
a { background-color: rgb(165,29,151); }
div.DivClassName
{
background-color: #A51D97;
}
.BgClassName
{
background-color: #A51D97;
}
</style>
border-color css
<style>
span { border-color: #A51D97; }
span { border-color: rgb(165,29,151); }
td.TdClassName
{
border-color: #A51D97;
}
.TagClassName
{
border-color: #A51D97;
}
</style>