Shades of Dark Magenta #A51892
Tints of Dark Magenta #A51892
RGB
CMYK
RGB Variations
Color information
#A51892 (or 0xA51892) is known color: Dark Magenta. HEX triplet: A5, 18 and 92. RGB value is (165,24,146). Sum of RGB (Red+Green+Blue) = 165+24+146=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A51892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51892 is #5AE76D. Grayscale: #4F4F4F. Windows color (decimal): -5957486 or 9574565. OLE color: 9574565.
HSL color Cylindrical-coordinate representation of color #A51892: hue angle of 308.09º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51892 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 24 | 146 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.35 |
| HSL | 308.09º | 0.75% | 0.37% | - |
| HSV(B) | 308.09º | 0.85% | 0.65% | - |
| XYZ | 21.03 | 10.73 | 28.16 | - |
| YUV | 80.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 146 | 0 | 0.85 | 0.12 | 0.35 | 308.09 | 0.75 | 0.37 |
| Hex | A5 | 18 | 92 | 0 | 55 | C | 23 | 134 | 4B | 25 |
| Octal | 245 | 30 | 222 | 0 | 125 | 14 | 43 | 464 | 113 | 45 |
| Binary | 10100101 | 11000 | 10010010 | 0 | 1010101 | 1100 | 100011 | 100110100 | 1001011 | 100101 |
Color Harmonies of #A51892
Complementary color
Monochromatic Colors of #A51892
Black with #A51892
Text Example
Text Example
White with #A51892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51892; }
p { color: rgb(165,24,146); }
H1.HeaderClassName
{
color: #A51892;
}
.AnyTagClassName
{
color: #A51892;
}
</style>
background-color css
<style>
a { background-color: #A51892; }
a { background-color: rgb(165,24,146); }
div.DivClassName
{
background-color: #A51892;
}
.BgClassName
{
background-color: #A51892;
}
</style>
border-color css
<style>
span { border-color: #A51892; }
span { border-color: rgb(165,24,146); }
td.TdClassName
{
border-color: #A51892;
}
.TagClassName
{
border-color: #A51892;
}
</style>