Shades of Dark Magenta #A21BA7
Tints of Dark Magenta #A21BA7
RGB
CMYK
RGB Variations
Color information
#A21BA7 (or 0xA21BA7) is known color: Dark Magenta. HEX triplet: A2, 1B and A7. RGB value is (162,27,167). Sum of RGB (Red+Green+Blue) = 162+27+167=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #A21BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BA7 is #5DE458. Grayscale: #525252. Windows color (decimal): -6153305 or 10951586. OLE color: 10951586.
HSL color Cylindrical-coordinate representation of color #A21BA7: hue angle of 297.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21BA7 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 27 | 167 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.35 |
| HSL | 297.86º | 0.72% | 0.38% | - |
| HSV(B) | 297.86º | 0.84% | 0.65% | - |
| XYZ | 22.27 | 11.26 | 37.56 | - |
| YUV | 83.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 167 | 0.03 | 0.84 | 0 | 0.35 | 297.86 | 0.72 | 0.38 |
| Hex | A2 | 1B | A7 | 3 | 54 | 0 | 23 | 12A | 48 | 26 |
| Octal | 242 | 33 | 247 | 3 | 124 | 0 | 43 | 452 | 110 | 46 |
| Binary | 10100010 | 11011 | 10100111 | 11 | 1010100 | 0 | 100011 | 100101010 | 1001000 | 100110 |
Color Harmonies of #A21BA7
Complementary color
Monochromatic Colors of #A21BA7
Black with #A21BA7
Text Example
Text Example
White with #A21BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BA7; }
p { color: rgb(162,27,167); }
H1.HeaderClassName
{
color: #A21BA7;
}
.AnyTagClassName
{
color: #A21BA7;
}
</style>
background-color css
<style>
a { background-color: #A21BA7; }
a { background-color: rgb(162,27,167); }
div.DivClassName
{
background-color: #A21BA7;
}
.BgClassName
{
background-color: #A21BA7;
}
</style>
border-color css
<style>
span { border-color: #A21BA7; }
span { border-color: rgb(162,27,167); }
td.TdClassName
{
border-color: #A21BA7;
}
.TagClassName
{
border-color: #A21BA7;
}
</style>