Shades of Dark Magenta #A21090
Tints of Dark Magenta #A21090
RGB
CMYK
RGB Variations
Color information
#A21090 (or 0xA21090) is known color: Dark Magenta. HEX triplet: A2, 10 and 90. RGB value is (162,16,144). Sum of RGB (Red+Green+Blue) = 162+16+144=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A21090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21090 is #5DEF6F. Grayscale: #494949. Windows color (decimal): -6156144 or 9441442. OLE color: 9441442.
HSL color Cylindrical-coordinate representation of color #A21090: hue angle of 307.4º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21090 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 144 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.36 |
| HSL | 307.4º | 0.82% | 0.35% | - |
| HSV(B) | 307.4º | 0.9% | 0.64% | - |
| XYZ | 20.12 | 10.07 | 27.27 | - |
| YUV | 74.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 144 | 0 | 0.90 | 0.11 | 0.36 | 307.4 | 0.82 | 0.35 |
| Hex | A2 | 10 | 90 | 0 | 5A | B | 24 | 133 | 52 | 23 |
| Octal | 242 | 20 | 220 | 0 | 132 | 13 | 44 | 463 | 122 | 43 |
| Binary | 10100010 | 10000 | 10010000 | 0 | 1011010 | 1011 | 100100 | 100110011 | 1010010 | 100011 |
Color Harmonies of #A21090
Complementary color
Monochromatic Colors of #A21090
Black with #A21090
Text Example
Text Example
White with #A21090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21090; }
p { color: rgb(162,16,144); }
H1.HeaderClassName
{
color: #A21090;
}
.AnyTagClassName
{
color: #A21090;
}
</style>
background-color css
<style>
a { background-color: #A21090; }
a { background-color: rgb(162,16,144); }
div.DivClassName
{
background-color: #A21090;
}
.BgClassName
{
background-color: #A21090;
}
</style>
border-color css
<style>
span { border-color: #A21090; }
span { border-color: rgb(162,16,144); }
td.TdClassName
{
border-color: #A21090;
}
.TagClassName
{
border-color: #A21090;
}
</style>