Shades of Dark Magenta #A21AA4
Tints of Dark Magenta #A21AA4
RGB
CMYK
RGB Variations
Color information
#A21AA4 (or 0xA21AA4) is known color: Dark Magenta. HEX triplet: A2, 1A and A4. RGB value is (162,26,164). Sum of RGB (Red+Green+Blue) = 162+26+164=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #A21AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AA4 is #5DE55B. Grayscale: #515151. Windows color (decimal): -6153564 or 10754722. OLE color: 10754722.
HSL color Cylindrical-coordinate representation of color #A21AA4: hue angle of 299.13º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21AA4 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 164 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.36 |
| HSL | 299.13º | 0.73% | 0.37% | - |
| HSV(B) | 299.13º | 0.84% | 0.64% | - |
| XYZ | 21.97 | 11.1 | 36.11 | - |
| YUV | 82.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 164 | 0.01 | 0.84 | 0 | 0.36 | 299.13 | 0.73 | 0.37 |
| Hex | A2 | 1A | A4 | 1 | 54 | 0 | 24 | 12B | 49 | 25 |
| Octal | 242 | 32 | 244 | 1 | 124 | 0 | 44 | 453 | 111 | 45 |
| Binary | 10100010 | 11010 | 10100100 | 1 | 1010100 | 0 | 100100 | 100101011 | 1001001 | 100101 |
Color Harmonies of #A21AA4
Complementary color
Monochromatic Colors of #A21AA4
Black with #A21AA4
Text Example
Text Example
White with #A21AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AA4; }
p { color: rgb(162,26,164); }
H1.HeaderClassName
{
color: #A21AA4;
}
.AnyTagClassName
{
color: #A21AA4;
}
</style>
background-color css
<style>
a { background-color: #A21AA4; }
a { background-color: rgb(162,26,164); }
div.DivClassName
{
background-color: #A21AA4;
}
.BgClassName
{
background-color: #A21AA4;
}
</style>
border-color css
<style>
span { border-color: #A21AA4; }
span { border-color: rgb(162,26,164); }
td.TdClassName
{
border-color: #A21AA4;
}
.TagClassName
{
border-color: #A21AA4;
}
</style>