Shades of Dark Magenta #A51FA0
Tints of Dark Magenta #A51FA0
RGB
CMYK
RGB Variations
Color information
#A51FA0 (or 0xA51FA0) is known color: Dark Magenta. HEX triplet: A5, 1F and A0. RGB value is (165,31,160). Sum of RGB (Red+Green+Blue) = 165+31+160=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A51FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51FA0 is #5AE05F. Grayscale: #555555. Windows color (decimal): -5955680 or 10493861. OLE color: 10493861.
HSL color Cylindrical-coordinate representation of color #A51FA0: hue angle of 302.24º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A51FA0 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 31 | 160 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.35 |
| HSL | 302.24º | 0.68% | 0.38% | - |
| HSV(B) | 302.24º | 0.81% | 0.65% | - |
| XYZ | 22.35 | 11.52 | 34.3 | - |
| YUV | 85.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 160 | 0 | 0.81 | 0.03 | 0.35 | 302.24 | 0.68 | 0.38 |
| Hex | A5 | 1F | A0 | 0 | 51 | 3 | 23 | 12E | 44 | 26 |
| Octal | 245 | 37 | 240 | 0 | 121 | 3 | 43 | 456 | 104 | 46 |
| Binary | 10100101 | 11111 | 10100000 | 0 | 1010001 | 11 | 100011 | 100101110 | 1000100 | 100110 |
Color Harmonies of #A51FA0
Complementary color
Monochromatic Colors of #A51FA0
Black with #A51FA0
Text Example
Text Example
White with #A51FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FA0; }
p { color: rgb(165,31,160); }
H1.HeaderClassName
{
color: #A51FA0;
}
.AnyTagClassName
{
color: #A51FA0;
}
</style>
background-color css
<style>
a { background-color: #A51FA0; }
a { background-color: rgb(165,31,160); }
div.DivClassName
{
background-color: #A51FA0;
}
.BgClassName
{
background-color: #A51FA0;
}
</style>
border-color css
<style>
span { border-color: #A51FA0; }
span { border-color: rgb(165,31,160); }
td.TdClassName
{
border-color: #A51FA0;
}
.TagClassName
{
border-color: #A51FA0;
}
</style>