Shades of Dark Magenta #A21AAA
Tints of Dark Magenta #A21AAA
RGB
CMYK
RGB Variations
Color information
#A21AAA (or 0xA21AAA) is known color: Dark Magenta. HEX triplet: A2, 1A and AA. RGB value is (162,26,170). Sum of RGB (Red+Green+Blue) = 162+26+170=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #A21AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AAA is #5DE555. Grayscale: #525252. Windows color (decimal): -6153558 or 11147938. OLE color: 11147938.
HSL color Cylindrical-coordinate representation of color #A21AAA: hue angle of 296.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21AAA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 26 | 170 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.33 |
| HSL | 296.67º | 0.73% | 0.38% | - |
| HSV(B) | 296.67º | 0.85% | 0.67% | - |
| XYZ | 22.53 | 11.32 | 39.03 | - |
| YUV | 83.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 170 | 0.05 | 0.85 | 0 | 0.33 | 296.67 | 0.73 | 0.38 |
| Hex | A2 | 1A | AA | 5 | 55 | 0 | 21 | 129 | 49 | 26 |
| Octal | 242 | 32 | 252 | 5 | 125 | 0 | 41 | 451 | 111 | 46 |
| Binary | 10100010 | 11010 | 10101010 | 101 | 1010101 | 0 | 100001 | 100101001 | 1001001 | 100110 |
Color Harmonies of #A21AAA
Complementary color
Monochromatic Colors of #A21AAA
Black with #A21AAA
Text Example
Text Example
White with #A21AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AAA; }
p { color: rgb(162,26,170); }
H1.HeaderClassName
{
color: #A21AAA;
}
.AnyTagClassName
{
color: #A21AAA;
}
</style>
background-color css
<style>
a { background-color: #A21AAA; }
a { background-color: rgb(162,26,170); }
div.DivClassName
{
background-color: #A21AAA;
}
.BgClassName
{
background-color: #A21AAA;
}
</style>
border-color css
<style>
span { border-color: #A21AAA; }
span { border-color: rgb(162,26,170); }
td.TdClassName
{
border-color: #A21AAA;
}
.TagClassName
{
border-color: #A21AAA;
}
</style>