Shades of Dark Magenta #A51492
Tints of Dark Magenta #A51492
RGB
CMYK
RGB Variations
Color information
#A51492 (or 0xA51492) is known color: Dark Magenta. HEX triplet: A5, 14 and 92. RGB value is (165,20,146). Sum of RGB (Red+Green+Blue) = 165+20+146=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51492 is #5AEB6D. Grayscale: #4D4D4D. Windows color (decimal): -5958510 or 9573541. OLE color: 9573541.
HSL color Cylindrical-coordinate representation of color #A51492: hue angle of 307.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51492 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 146 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.35 |
| HSL | 307.86º | 0.78% | 0.36% | - |
| HSV(B) | 307.86º | 0.88% | 0.65% | - |
| XYZ | 20.96 | 10.57 | 28.13 | - |
| YUV | 77.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 146 | 0 | 0.88 | 0.12 | 0.35 | 307.86 | 0.78 | 0.36 |
| Hex | A5 | 14 | 92 | 0 | 58 | C | 23 | 134 | 4E | 24 |
| Octal | 245 | 24 | 222 | 0 | 130 | 14 | 43 | 464 | 116 | 44 |
| Binary | 10100101 | 10100 | 10010010 | 0 | 1011000 | 1100 | 100011 | 100110100 | 1001110 | 100100 |
Color Harmonies of #A51492
Complementary color
Monochromatic Colors of #A51492
Black with #A51492
Text Example
Text Example
White with #A51492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51492; }
p { color: rgb(165,20,146); }
H1.HeaderClassName
{
color: #A51492;
}
.AnyTagClassName
{
color: #A51492;
}
</style>
background-color css
<style>
a { background-color: #A51492; }
a { background-color: rgb(165,20,146); }
div.DivClassName
{
background-color: #A51492;
}
.BgClassName
{
background-color: #A51492;
}
</style>
border-color css
<style>
span { border-color: #A51492; }
span { border-color: rgb(165,20,146); }
td.TdClassName
{
border-color: #A51492;
}
.TagClassName
{
border-color: #A51492;
}
</style>