Shades of Dark Magenta #A21894
Tints of Dark Magenta #A21894
RGB
CMYK
RGB Variations
Color information
#A21894 (or 0xA21894) is known color: Dark Magenta. HEX triplet: A2, 18 and 94. RGB value is (162,24,148). Sum of RGB (Red+Green+Blue) = 162+24+148=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A21894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21894 is #5DE76B. Grayscale: #4F4F4F. Windows color (decimal): -6154092 or 9705634. OLE color: 9705634.
HSL color Cylindrical-coordinate representation of color #A21894: hue angle of 306.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21894 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 148 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.36 |
| HSL | 306.09º | 0.74% | 0.36% | - |
| HSV(B) | 306.09º | 0.85% | 0.64% | - |
| XYZ | 20.57 | 10.47 | 28.95 | - |
| YUV | 79.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 148 | 0 | 0.85 | 0.09 | 0.36 | 306.09 | 0.74 | 0.36 |
| Hex | A2 | 18 | 94 | 0 | 55 | 9 | 24 | 132 | 4A | 24 |
| Octal | 242 | 30 | 224 | 0 | 125 | 11 | 44 | 462 | 112 | 44 |
| Binary | 10100010 | 11000 | 10010100 | 0 | 1010101 | 1001 | 100100 | 100110010 | 1001010 | 100100 |
Color Harmonies of #A21894
Complementary color
Monochromatic Colors of #A21894
Black with #A21894
Text Example
Text Example
White with #A21894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21894; }
p { color: rgb(162,24,148); }
H1.HeaderClassName
{
color: #A21894;
}
.AnyTagClassName
{
color: #A21894;
}
</style>
background-color css
<style>
a { background-color: #A21894; }
a { background-color: rgb(162,24,148); }
div.DivClassName
{
background-color: #A21894;
}
.BgClassName
{
background-color: #A21894;
}
</style>
border-color css
<style>
span { border-color: #A21894; }
span { border-color: rgb(162,24,148); }
td.TdClassName
{
border-color: #A21894;
}
.TagClassName
{
border-color: #A21894;
}
</style>