Shades of Dark Magenta #A51C9C
Tints of Dark Magenta #A51C9C
RGB
CMYK
RGB Variations
Color information
#A51C9C (or 0xA51C9C) is known color: Dark Magenta. HEX triplet: A5, 1C and 9C. RGB value is (165,28,156). Sum of RGB (Red+Green+Blue) = 165+28+156=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51C9C is #5AE363. Grayscale: #535353. Windows color (decimal): -5956452 or 10230949. OLE color: 10230949.
HSL color Cylindrical-coordinate representation of color #A51C9C: hue angle of 303.94º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51C9C is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 28 | 156 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.35 |
| HSL | 303.94º | 0.71% | 0.38% | - |
| HSV(B) | 303.94º | 0.83% | 0.65% | - |
| XYZ | 21.93 | 11.23 | 32.46 | - |
| YUV | 83.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 156 | 0 | 0.83 | 0.05 | 0.35 | 303.94 | 0.71 | 0.38 |
| Hex | A5 | 1C | 9C | 0 | 53 | 5 | 23 | 130 | 47 | 26 |
| Octal | 245 | 34 | 234 | 0 | 123 | 5 | 43 | 460 | 107 | 46 |
| Binary | 10100101 | 11100 | 10011100 | 0 | 1010011 | 101 | 100011 | 100110000 | 1000111 | 100110 |
Color Harmonies of #A51C9C
Complementary color
Monochromatic Colors of #A51C9C
Black with #A51C9C
Text Example
Text Example
White with #A51C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51C9C; }
p { color: rgb(165,28,156); }
H1.HeaderClassName
{
color: #A51C9C;
}
.AnyTagClassName
{
color: #A51C9C;
}
</style>
background-color css
<style>
a { background-color: #A51C9C; }
a { background-color: rgb(165,28,156); }
div.DivClassName
{
background-color: #A51C9C;
}
.BgClassName
{
background-color: #A51C9C;
}
</style>
border-color css
<style>
span { border-color: #A51C9C; }
span { border-color: rgb(165,28,156); }
td.TdClassName
{
border-color: #A51C9C;
}
.TagClassName
{
border-color: #A51C9C;
}
</style>