Shades of Dark Magenta #A51A99
Tints of Dark Magenta #A51A99
RGB
CMYK
RGB Variations
Color information
#A51A99 (or 0xA51A99) is known color: Dark Magenta. HEX triplet: A5, 1A and 99. RGB value is (165,26,153). Sum of RGB (Red+Green+Blue) = 165+26+153=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A99 is #5AE566. Grayscale: #515151. Windows color (decimal): -5956967 or 10033829. OLE color: 10033829.
HSL color Cylindrical-coordinate representation of color #A51A99: hue angle of 305.18º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A99 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 153 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.35 |
| HSL | 305.18º | 0.73% | 0.37% | - |
| HSV(B) | 305.18º | 0.84% | 0.65% | - |
| XYZ | 21.64 | 11.04 | 31.13 | - |
| YUV | 82.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 153 | 0 | 0.84 | 0.07 | 0.35 | 305.18 | 0.73 | 0.37 |
| Hex | A5 | 1A | 99 | 0 | 54 | 7 | 23 | 131 | 49 | 25 |
| Octal | 245 | 32 | 231 | 0 | 124 | 7 | 43 | 461 | 111 | 45 |
| Binary | 10100101 | 11010 | 10011001 | 0 | 1010100 | 111 | 100011 | 100110001 | 1001001 | 100101 |
Color Harmonies of #A51A99
Complementary color
Monochromatic Colors of #A51A99
Black with #A51A99
Text Example
Text Example
White with #A51A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A99; }
p { color: rgb(165,26,153); }
H1.HeaderClassName
{
color: #A51A99;
}
.AnyTagClassName
{
color: #A51A99;
}
</style>
background-color css
<style>
a { background-color: #A51A99; }
a { background-color: rgb(165,26,153); }
div.DivClassName
{
background-color: #A51A99;
}
.BgClassName
{
background-color: #A51A99;
}
</style>
border-color css
<style>
span { border-color: #A51A99; }
span { border-color: rgb(165,26,153); }
td.TdClassName
{
border-color: #A51A99;
}
.TagClassName
{
border-color: #A51A99;
}
</style>