Shades of Dark Magenta #A21897
Tints of Dark Magenta #A21897
RGB
CMYK
RGB Variations
Color information
#A21897 (or 0xA21897) is known color: Dark Magenta. HEX triplet: A2, 18 and 97. RGB value is (162,24,151). Sum of RGB (Red+Green+Blue) = 162+24+151=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A21897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21897 is #5DE768. Grayscale: #4F4F4F. Windows color (decimal): -6154089 or 9902242. OLE color: 9902242.
HSL color Cylindrical-coordinate representation of color #A21897: hue angle of 304.78º 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 #A21897 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 151 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.36 |
| HSL | 304.78º | 0.74% | 0.36% | - |
| HSV(B) | 304.78º | 0.85% | 0.64% | - |
| XYZ | 20.81 | 10.57 | 30.22 | - |
| YUV | 79.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 151 | 0 | 0.85 | 0.07 | 0.36 | 304.78 | 0.74 | 0.36 |
| Hex | A2 | 18 | 97 | 0 | 55 | 7 | 24 | 131 | 4A | 24 |
| Octal | 242 | 30 | 227 | 0 | 125 | 7 | 44 | 461 | 112 | 44 |
| Binary | 10100010 | 11000 | 10010111 | 0 | 1010101 | 111 | 100100 | 100110001 | 1001010 | 100100 |
Color Harmonies of #A21897
Complementary color
Monochromatic Colors of #A21897
Black with #A21897
Text Example
Text Example
White with #A21897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21897; }
p { color: rgb(162,24,151); }
H1.HeaderClassName
{
color: #A21897;
}
.AnyTagClassName
{
color: #A21897;
}
</style>
background-color css
<style>
a { background-color: #A21897; }
a { background-color: rgb(162,24,151); }
div.DivClassName
{
background-color: #A21897;
}
.BgClassName
{
background-color: #A21897;
}
</style>
border-color css
<style>
span { border-color: #A21897; }
span { border-color: rgb(162,24,151); }
td.TdClassName
{
border-color: #A21897;
}
.TagClassName
{
border-color: #A21897;
}
</style>