Shades of Dark Magenta #A21F98
Tints of Dark Magenta #A21F98
RGB
CMYK
RGB Variations
Color information
#A21F98 (or 0xA21F98) is known color: Dark Magenta. HEX triplet: A2, 1F and 98. RGB value is (162,31,152). Sum of RGB (Red+Green+Blue) = 162+31+152=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F98 is #5DE067. Grayscale: #535353. Windows color (decimal): -6152296 or 9969570. OLE color: 9969570.
HSL color Cylindrical-coordinate representation of color #A21F98: hue angle of 304.58º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F98 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 152 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.36 |
| HSL | 304.58º | 0.68% | 0.38% | - |
| HSV(B) | 304.58º | 0.81% | 0.64% | - |
| XYZ | 21.06 | 10.93 | 30.71 | - |
| YUV | 83.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 152 | 0 | 0.81 | 0.06 | 0.36 | 304.58 | 0.68 | 0.38 |
| Hex | A2 | 1F | 98 | 0 | 51 | 6 | 24 | 131 | 44 | 26 |
| Octal | 242 | 37 | 230 | 0 | 121 | 6 | 44 | 461 | 104 | 46 |
| Binary | 10100010 | 11111 | 10011000 | 0 | 1010001 | 110 | 100100 | 100110001 | 1000100 | 100110 |
Color Harmonies of #A21F98
Complementary color
Monochromatic Colors of #A21F98
Black with #A21F98
Text Example
Text Example
White with #A21F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F98; }
p { color: rgb(162,31,152); }
H1.HeaderClassName
{
color: #A21F98;
}
.AnyTagClassName
{
color: #A21F98;
}
</style>
background-color css
<style>
a { background-color: #A21F98; }
a { background-color: rgb(162,31,152); }
div.DivClassName
{
background-color: #A21F98;
}
.BgClassName
{
background-color: #A21F98;
}
</style>
border-color css
<style>
span { border-color: #A21F98; }
span { border-color: rgb(162,31,152); }
td.TdClassName
{
border-color: #A21F98;
}
.TagClassName
{
border-color: #A21F98;
}
</style>