Shades of Dark Magenta #A21299
Tints of Dark Magenta #A21299
RGB
CMYK
RGB Variations
Color information
#A21299 (or 0xA21299) is known color: Dark Magenta. HEX triplet: A2, 12 and 99. RGB value is (162,18,153). Sum of RGB (Red+Green+Blue) = 162+18+153=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A21299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21299 is #5DED66. Grayscale: #4C4C4C. Windows color (decimal): -6155623 or 10031778. OLE color: 10031778.
HSL color Cylindrical-coordinate representation of color #A21299: hue angle of 303.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21299 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 153 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.36 |
| HSL | 303.75º | 0.8% | 0.35% | - |
| HSV(B) | 303.75º | 0.89% | 0.64% | - |
| XYZ | 20.87 | 10.41 | 31.05 | - |
| YUV | 76.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 153 | 0 | 0.89 | 0.06 | 0.36 | 303.75 | 0.8 | 0.35 |
| Hex | A2 | 12 | 99 | 0 | 59 | 6 | 24 | 130 | 50 | 23 |
| Octal | 242 | 22 | 231 | 0 | 131 | 6 | 44 | 460 | 120 | 43 |
| Binary | 10100010 | 10010 | 10011001 | 0 | 1011001 | 110 | 100100 | 100110000 | 1010000 | 100011 |
Color Harmonies of #A21299
Complementary color
Monochromatic Colors of #A21299
Black with #A21299
Text Example
Text Example
White with #A21299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21299; }
p { color: rgb(162,18,153); }
H1.HeaderClassName
{
color: #A21299;
}
.AnyTagClassName
{
color: #A21299;
}
</style>
background-color css
<style>
a { background-color: #A21299; }
a { background-color: rgb(162,18,153); }
div.DivClassName
{
background-color: #A21299;
}
.BgClassName
{
background-color: #A21299;
}
</style>
border-color css
<style>
span { border-color: #A21299; }
span { border-color: rgb(162,18,153); }
td.TdClassName
{
border-color: #A21299;
}
.TagClassName
{
border-color: #A21299;
}
</style>