Shades of Dark Magenta #A51690
Tints of Dark Magenta #A51690
RGB
CMYK
RGB Variations
Color information
#A51690 (or 0xA51690) is known color: Dark Magenta. HEX triplet: A5, 16 and 90. RGB value is (165,22,144). Sum of RGB (Red+Green+Blue) = 165+22+144=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51690 is #5AE96F. Grayscale: #4E4E4E. Windows color (decimal): -5958000 or 9442981. OLE color: 9442981.
HSL color Cylindrical-coordinate representation of color #A51690: hue angle of 308.81º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51690 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 22 | 144 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.35 |
| HSL | 308.81º | 0.76% | 0.37% | - |
| HSV(B) | 308.81º | 0.87% | 0.65% | - |
| XYZ | 20.84 | 10.59 | 27.33 | - |
| YUV | 78.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 144 | 0 | 0.87 | 0.13 | 0.35 | 308.81 | 0.76 | 0.37 |
| Hex | A5 | 16 | 90 | 0 | 57 | D | 23 | 135 | 4C | 25 |
| Octal | 245 | 26 | 220 | 0 | 127 | 15 | 43 | 465 | 114 | 45 |
| Binary | 10100101 | 10110 | 10010000 | 0 | 1010111 | 1101 | 100011 | 100110101 | 1001100 | 100101 |
Color Harmonies of #A51690
Complementary color
Monochromatic Colors of #A51690
Black with #A51690
Text Example
Text Example
White with #A51690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51690; }
p { color: rgb(165,22,144); }
H1.HeaderClassName
{
color: #A51690;
}
.AnyTagClassName
{
color: #A51690;
}
</style>
background-color css
<style>
a { background-color: #A51690; }
a { background-color: rgb(165,22,144); }
div.DivClassName
{
background-color: #A51690;
}
.BgClassName
{
background-color: #A51690;
}
</style>
border-color css
<style>
span { border-color: #A51690; }
span { border-color: rgb(165,22,144); }
td.TdClassName
{
border-color: #A51690;
}
.TagClassName
{
border-color: #A51690;
}
</style>