Shades of Dark Magenta #A5219E
Tints of Dark Magenta #A5219E
RGB
CMYK
RGB Variations
Color information
#A5219E (or 0xA5219E) is known color: Dark Magenta. HEX triplet: A5, 21 and 9E. RGB value is (165,33,158). Sum of RGB (Red+Green+Blue) = 165+33+158=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5219E is #5ADE61. Grayscale: #565656. Windows color (decimal): -5955170 or 10363301. OLE color: 10363301.
HSL color Cylindrical-coordinate representation of color #A5219E: hue angle of 303.18º 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 #A5219E is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 158 | - |
| CMYK | 0 | 0.8 | 0.04 | 0.35 |
| HSL | 303.18º | 0.67% | 0.39% | - |
| HSV(B) | 303.18º | 0.8% | 0.65% | - |
| XYZ | 22.23 | 11.56 | 33.41 | - |
| YUV | 86.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 158 | 0 | 0.8 | 0.04 | 0.35 | 303.18 | 0.67 | 0.39 |
| Hex | A5 | 21 | 9E | 0 | 50 | 4 | 23 | 12F | 43 | 27 |
| Octal | 245 | 41 | 236 | 0 | 120 | 4 | 43 | 457 | 103 | 47 |
| Binary | 10100101 | 100001 | 10011110 | 0 | 1010000 | 100 | 100011 | 100101111 | 1000011 | 100111 |
Color Harmonies of #A5219E
Complementary color
Monochromatic Colors of #A5219E
Black with #A5219E
Text Example
Text Example
White with #A5219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5219E; }
p { color: rgb(165,33,158); }
H1.HeaderClassName
{
color: #A5219E;
}
.AnyTagClassName
{
color: #A5219E;
}
</style>
background-color css
<style>
a { background-color: #A5219E; }
a { background-color: rgb(165,33,158); }
div.DivClassName
{
background-color: #A5219E;
}
.BgClassName
{
background-color: #A5219E;
}
</style>
border-color css
<style>
span { border-color: #A5219E; }
span { border-color: rgb(165,33,158); }
td.TdClassName
{
border-color: #A5219E;
}
.TagClassName
{
border-color: #A5219E;
}
</style>