Shades of Dark Magenta #A51B99
Tints of Dark Magenta #A51B99
RGB
CMYK
RGB Variations
Color information
#A51B99 (or 0xA51B99) is known color: Dark Magenta. HEX triplet: A5, 1B and 99. RGB value is (165,27,153). Sum of RGB (Red+Green+Blue) = 165+27+153=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51B99 is #5AE466. Grayscale: #525252. Windows color (decimal): -5956711 or 10034085. OLE color: 10034085.
HSL color Cylindrical-coordinate representation of color #A51B99: hue angle of 305.22º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51B99 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 27 | 153 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.35 |
| HSL | 305.22º | 0.72% | 0.38% | - |
| HSV(B) | 305.22º | 0.84% | 0.65% | - |
| XYZ | 21.66 | 11.08 | 31.13 | - |
| YUV | 82.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 153 | 0 | 0.84 | 0.07 | 0.35 | 305.22 | 0.72 | 0.38 |
| Hex | A5 | 1B | 99 | 0 | 54 | 7 | 23 | 131 | 48 | 26 |
| Octal | 245 | 33 | 231 | 0 | 124 | 7 | 43 | 461 | 110 | 46 |
| Binary | 10100101 | 11011 | 10011001 | 0 | 1010100 | 111 | 100011 | 100110001 | 1001000 | 100110 |
Color Harmonies of #A51B99
Complementary color
Monochromatic Colors of #A51B99
Black with #A51B99
Text Example
Text Example
White with #A51B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51B99; }
p { color: rgb(165,27,153); }
H1.HeaderClassName
{
color: #A51B99;
}
.AnyTagClassName
{
color: #A51B99;
}
</style>
background-color css
<style>
a { background-color: #A51B99; }
a { background-color: rgb(165,27,153); }
div.DivClassName
{
background-color: #A51B99;
}
.BgClassName
{
background-color: #A51B99;
}
</style>
border-color css
<style>
span { border-color: #A51B99; }
span { border-color: rgb(165,27,153); }
td.TdClassName
{
border-color: #A51B99;
}
.TagClassName
{
border-color: #A51B99;
}
</style>