Shades of Dark Magenta #A51F9C
Tints of Dark Magenta #A51F9C
RGB
CMYK
RGB Variations
Color information
#A51F9C (or 0xA51F9C) is known color: Dark Magenta. HEX triplet: A5, 1F and 9C. RGB value is (165,31,156). Sum of RGB (Red+Green+Blue) = 165+31+156=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F9C is #5AE063. Grayscale: #545454. Windows color (decimal): -5955684 or 10231717. OLE color: 10231717.
HSL color Cylindrical-coordinate representation of color #A51F9C: hue angle of 304.03º 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 #A51F9C is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 31 | 156 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.35 |
| HSL | 304.03º | 0.68% | 0.38% | - |
| HSV(B) | 304.03º | 0.81% | 0.65% | - |
| XYZ | 22.01 | 11.38 | 32.49 | - |
| YUV | 85.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 156 | 0 | 0.81 | 0.05 | 0.35 | 304.03 | 0.68 | 0.38 |
| Hex | A5 | 1F | 9C | 0 | 51 | 5 | 23 | 130 | 44 | 26 |
| Octal | 245 | 37 | 234 | 0 | 121 | 5 | 43 | 460 | 104 | 46 |
| Binary | 10100101 | 11111 | 10011100 | 0 | 1010001 | 101 | 100011 | 100110000 | 1000100 | 100110 |
Color Harmonies of #A51F9C
Complementary color
Monochromatic Colors of #A51F9C
Black with #A51F9C
Text Example
Text Example
White with #A51F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51F9C; }
p { color: rgb(165,31,156); }
H1.HeaderClassName
{
color: #A51F9C;
}
.AnyTagClassName
{
color: #A51F9C;
}
</style>
background-color css
<style>
a { background-color: #A51F9C; }
a { background-color: rgb(165,31,156); }
div.DivClassName
{
background-color: #A51F9C;
}
.BgClassName
{
background-color: #A51F9C;
}
</style>
border-color css
<style>
span { border-color: #A51F9C; }
span { border-color: rgb(165,31,156); }
td.TdClassName
{
border-color: #A51F9C;
}
.TagClassName
{
border-color: #A51F9C;
}
</style>