Shades of Dark Magenta #A522A2
Tints of Dark Magenta #A522A2
RGB
CMYK
RGB Variations
Color information
#A522A2 (or 0xA522A2) is known color: Dark Magenta. HEX triplet: A5, 22 and A2. RGB value is (165,34,162). Sum of RGB (Red+Green+Blue) = 165+34+162=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A522A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A522A2 is #5ADD5D. Grayscale: #575757. Windows color (decimal): -5954910 or 10625701. OLE color: 10625701.
HSL color Cylindrical-coordinate representation of color #A522A2: hue angle of 301.37º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A522A2 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 162 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.35 |
| HSL | 301.37º | 0.66% | 0.39% | - |
| HSV(B) | 301.37º | 0.79% | 0.65% | - |
| XYZ | 22.61 | 11.75 | 35.26 | - |
| YUV | 87.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 162 | 0 | 0.79 | 0.02 | 0.35 | 301.37 | 0.66 | 0.39 |
| Hex | A5 | 22 | A2 | 0 | 4F | 2 | 23 | 12D | 42 | 27 |
| Octal | 245 | 42 | 242 | 0 | 117 | 2 | 43 | 455 | 102 | 47 |
| Binary | 10100101 | 100010 | 10100010 | 0 | 1001111 | 10 | 100011 | 100101101 | 1000010 | 100111 |
Color Harmonies of #A522A2
Complementary color
Monochromatic Colors of #A522A2
Black with #A522A2
Text Example
Text Example
White with #A522A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A522A2; }
p { color: rgb(165,34,162); }
H1.HeaderClassName
{
color: #A522A2;
}
.AnyTagClassName
{
color: #A522A2;
}
</style>
background-color css
<style>
a { background-color: #A522A2; }
a { background-color: rgb(165,34,162); }
div.DivClassName
{
background-color: #A522A2;
}
.BgClassName
{
background-color: #A522A2;
}
</style>
border-color css
<style>
span { border-color: #A522A2; }
span { border-color: rgb(165,34,162); }
td.TdClassName
{
border-color: #A522A2;
}
.TagClassName
{
border-color: #A522A2;
}
</style>