Shades of Dark Magenta #A21AA5
Tints of Dark Magenta #A21AA5
RGB
CMYK
RGB Variations
Color information
#A21AA5 (or 0xA21AA5) is known color: Dark Magenta. HEX triplet: A2, 1A and A5. RGB value is (162,26,165). Sum of RGB (Red+Green+Blue) = 162+26+165=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #A21AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AA5 is #5DE55A. Grayscale: #525252. Windows color (decimal): -6153563 or 10820258. OLE color: 10820258.
HSL color Cylindrical-coordinate representation of color #A21AA5: hue angle of 298.71º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21AA5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 26 | 165 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.35 |
| HSL | 298.71º | 0.73% | 0.37% | - |
| HSV(B) | 298.71º | 0.84% | 0.65% | - |
| XYZ | 22.06 | 11.14 | 36.58 | - |
| YUV | 82.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 165 | 0.02 | 0.84 | 0 | 0.35 | 298.71 | 0.73 | 0.37 |
| Hex | A2 | 1A | A5 | 2 | 54 | 0 | 23 | 12B | 49 | 25 |
| Octal | 242 | 32 | 245 | 2 | 124 | 0 | 43 | 453 | 111 | 45 |
| Binary | 10100010 | 11010 | 10100101 | 10 | 1010100 | 0 | 100011 | 100101011 | 1001001 | 100101 |
Color Harmonies of #A21AA5
Complementary color
Monochromatic Colors of #A21AA5
Black with #A21AA5
Text Example
Text Example
White with #A21AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AA5; }
p { color: rgb(162,26,165); }
H1.HeaderClassName
{
color: #A21AA5;
}
.AnyTagClassName
{
color: #A21AA5;
}
</style>
background-color css
<style>
a { background-color: #A21AA5; }
a { background-color: rgb(162,26,165); }
div.DivClassName
{
background-color: #A21AA5;
}
.BgClassName
{
background-color: #A21AA5;
}
</style>
border-color css
<style>
span { border-color: #A21AA5; }
span { border-color: rgb(162,26,165); }
td.TdClassName
{
border-color: #A21AA5;
}
.TagClassName
{
border-color: #A21AA5;
}
</style>