Shades of Dark Magenta #A21B9F
Tints of Dark Magenta #A21B9F
RGB
CMYK
RGB Variations
Color information
#A21B9F (or 0xA21B9F) is known color: Dark Magenta. HEX triplet: A2, 1B and 9F. RGB value is (162,27,159). Sum of RGB (Red+Green+Blue) = 162+27+159=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B9F is #5DE460. Grayscale: #525252. Windows color (decimal): -6153313 or 10427298. OLE color: 10427298.
HSL color Cylindrical-coordinate representation of color #A21B9F: hue angle of 301.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B9F is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 159 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.36 |
| HSL | 301.33º | 0.71% | 0.37% | - |
| HSV(B) | 301.33º | 0.83% | 0.64% | - |
| XYZ | 21.55 | 10.97 | 33.78 | - |
| YUV | 82.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 159 | 0 | 0.83 | 0.02 | 0.36 | 301.33 | 0.71 | 0.37 |
| Hex | A2 | 1B | 9F | 0 | 53 | 2 | 24 | 12D | 47 | 25 |
| Octal | 242 | 33 | 237 | 0 | 123 | 2 | 44 | 455 | 107 | 45 |
| Binary | 10100010 | 11011 | 10011111 | 0 | 1010011 | 10 | 100100 | 100101101 | 1000111 | 100101 |
Color Harmonies of #A21B9F
Complementary color
Monochromatic Colors of #A21B9F
Black with #A21B9F
Text Example
Text Example
White with #A21B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B9F; }
p { color: rgb(162,27,159); }
H1.HeaderClassName
{
color: #A21B9F;
}
.AnyTagClassName
{
color: #A21B9F;
}
</style>
background-color css
<style>
a { background-color: #A21B9F; }
a { background-color: rgb(162,27,159); }
div.DivClassName
{
background-color: #A21B9F;
}
.BgClassName
{
background-color: #A21B9F;
}
</style>
border-color css
<style>
span { border-color: #A21B9F; }
span { border-color: rgb(162,27,159); }
td.TdClassName
{
border-color: #A21B9F;
}
.TagClassName
{
border-color: #A21B9F;
}
</style>