Shades of Dark Magenta #A21388
Tints of Dark Magenta #A21388
RGB
CMYK
RGB Variations
Color information
#A21388 (or 0xA21388) is known color: Dark Magenta. HEX triplet: A2, 13 and 88. RGB value is (162,19,136). Sum of RGB (Red+Green+Blue) = 162+19+136=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A21388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21388 is #5DEC77. Grayscale: #4A4A4A. Windows color (decimal): -6155384 or 8917922. OLE color: 8917922.
HSL color Cylindrical-coordinate representation of color #A21388: hue angle of 310.91º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21388 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 136 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.36 |
| HSL | 310.91º | 0.79% | 0.35% | - |
| HSV(B) | 310.91º | 0.88% | 0.64% | - |
| XYZ | 19.58 | 9.92 | 24.18 | - |
| YUV | 75.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 136 | 0 | 0.88 | 0.16 | 0.36 | 310.91 | 0.79 | 0.35 |
| Hex | A2 | 13 | 88 | 0 | 58 | 10 | 24 | 137 | 4F | 23 |
| Octal | 242 | 23 | 210 | 0 | 130 | 20 | 44 | 467 | 117 | 43 |
| Binary | 10100010 | 10011 | 10001000 | 0 | 1011000 | 10000 | 100100 | 100110111 | 1001111 | 100011 |
Color Harmonies of #A21388
Complementary color
Monochromatic Colors of #A21388
Black with #A21388
Text Example
Text Example
White with #A21388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21388; }
p { color: rgb(162,19,136); }
H1.HeaderClassName
{
color: #A21388;
}
.AnyTagClassName
{
color: #A21388;
}
</style>
background-color css
<style>
a { background-color: #A21388; }
a { background-color: rgb(162,19,136); }
div.DivClassName
{
background-color: #A21388;
}
.BgClassName
{
background-color: #A21388;
}
</style>
border-color css
<style>
span { border-color: #A21388; }
span { border-color: rgb(162,19,136); }
td.TdClassName
{
border-color: #A21388;
}
.TagClassName
{
border-color: #A21388;
}
</style>