Shades of Dark Magenta #A5219F
Tints of Dark Magenta #A5219F
RGB
CMYK
RGB Variations
Color information
#A5219F (or 0xA5219F) is known color: Dark Magenta. HEX triplet: A5, 21 and 9F. RGB value is (165,33,159). Sum of RGB (Red+Green+Blue) = 165+33+159=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5219F is #5ADE60. Grayscale: #565656. Windows color (decimal): -5955169 or 10428837. OLE color: 10428837.
HSL color Cylindrical-coordinate representation of color #A5219F: hue angle of 302.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5219F is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 159 | - |
| CMYK | 0 | 0.8 | 0.04 | 0.35 |
| HSL | 302.73º | 0.67% | 0.39% | - |
| HSV(B) | 302.73º | 0.8% | 0.65% | - |
| XYZ | 22.32 | 11.59 | 33.86 | - |
| YUV | 86.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 159 | 0 | 0.8 | 0.04 | 0.35 | 302.73 | 0.67 | 0.39 |
| Hex | A5 | 21 | 9F | 0 | 50 | 4 | 23 | 12F | 43 | 27 |
| Octal | 245 | 41 | 237 | 0 | 120 | 4 | 43 | 457 | 103 | 47 |
| Binary | 10100101 | 100001 | 10011111 | 0 | 1010000 | 100 | 100011 | 100101111 | 1000011 | 100111 |
Color Harmonies of #A5219F
Complementary color
Monochromatic Colors of #A5219F
Black with #A5219F
Text Example
Text Example
White with #A5219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5219F; }
p { color: rgb(165,33,159); }
H1.HeaderClassName
{
color: #A5219F;
}
.AnyTagClassName
{
color: #A5219F;
}
</style>
background-color css
<style>
a { background-color: #A5219F; }
a { background-color: rgb(165,33,159); }
div.DivClassName
{
background-color: #A5219F;
}
.BgClassName
{
background-color: #A5219F;
}
</style>
border-color css
<style>
span { border-color: #A5219F; }
span { border-color: rgb(165,33,159); }
td.TdClassName
{
border-color: #A5219F;
}
.TagClassName
{
border-color: #A5219F;
}
</style>