Shades of Dark Magenta #A5209B
Tints of Dark Magenta #A5209B
RGB
CMYK
RGB Variations
Color information
#A5209B (or 0xA5209B) is known color: Dark Magenta. HEX triplet: A5, 20 and 9B. RGB value is (165,32,155). Sum of RGB (Red+Green+Blue) = 165+32+155=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5209B is #5ADF64. Grayscale: #555555. Windows color (decimal): -5955429 or 10166437. OLE color: 10166437.
HSL color Cylindrical-coordinate representation of color #A5209B: hue angle of 304.51º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5209B is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 155 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.35 |
| HSL | 304.51º | 0.68% | 0.39% | - |
| HSV(B) | 304.51º | 0.81% | 0.65% | - |
| XYZ | 21.95 | 11.4 | 32.05 | - |
| YUV | 85.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 155 | 0 | 0.81 | 0.06 | 0.35 | 304.51 | 0.68 | 0.39 |
| Hex | A5 | 20 | 9B | 0 | 51 | 6 | 23 | 131 | 44 | 27 |
| Octal | 245 | 40 | 233 | 0 | 121 | 6 | 43 | 461 | 104 | 47 |
| Binary | 10100101 | 100000 | 10011011 | 0 | 1010001 | 110 | 100011 | 100110001 | 1000100 | 100111 |
Color Harmonies of #A5209B
Complementary color
Monochromatic Colors of #A5209B
Black with #A5209B
Text Example
Text Example
White with #A5209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5209B; }
p { color: rgb(165,32,155); }
H1.HeaderClassName
{
color: #A5209B;
}
.AnyTagClassName
{
color: #A5209B;
}
</style>
background-color css
<style>
a { background-color: #A5209B; }
a { background-color: rgb(165,32,155); }
div.DivClassName
{
background-color: #A5209B;
}
.BgClassName
{
background-color: #A5209B;
}
</style>
border-color css
<style>
span { border-color: #A5209B; }
span { border-color: rgb(165,32,155); }
td.TdClassName
{
border-color: #A5209B;
}
.TagClassName
{
border-color: #A5209B;
}
</style>