Shades of Dark Magenta #A411AB
Tints of Dark Magenta #A411AB
RGB
CMYK
RGB Variations
Color information
#A411AB (or 0xA411AB) is known color: Dark Magenta. HEX triplet: A4, 11 and AB. RGB value is (164,17,171). Sum of RGB (Red+Green+Blue) = 164+17+171=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #A411AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A411AB is #5BEE54. Grayscale: #4E4E4E. Windows color (decimal): -6024789 or 11211172. OLE color: 11211172.
HSL color Cylindrical-coordinate representation of color #A411AB: hue angle of 297.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A411AB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 17 | 171 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.33 |
| HSL | 297.27º | 0.82% | 0.37% | - |
| HSV(B) | 297.27º | 0.9% | 0.67% | - |
| XYZ | 22.86 | 11.23 | 39.49 | - |
| YUV | 78.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 171 | 0.04 | 0.90 | 0 | 0.33 | 297.27 | 0.82 | 0.37 |
| Hex | A4 | 11 | AB | 4 | 5A | 0 | 21 | 129 | 52 | 25 |
| Octal | 244 | 21 | 253 | 4 | 132 | 0 | 41 | 451 | 122 | 45 |
| Binary | 10100100 | 10001 | 10101011 | 100 | 1011010 | 0 | 100001 | 100101001 | 1010010 | 100101 |
Color Harmonies of #A411AB
Complementary color
Monochromatic Colors of #A411AB
Black with #A411AB
Text Example
Text Example
White with #A411AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411AB; }
p { color: rgb(164,17,171); }
H1.HeaderClassName
{
color: #A411AB;
}
.AnyTagClassName
{
color: #A411AB;
}
</style>
background-color css
<style>
a { background-color: #A411AB; }
a { background-color: rgb(164,17,171); }
div.DivClassName
{
background-color: #A411AB;
}
.BgClassName
{
background-color: #A411AB;
}
</style>
border-color css
<style>
span { border-color: #A411AB; }
span { border-color: rgb(164,17,171); }
td.TdClassName
{
border-color: #A411AB;
}
.TagClassName
{
border-color: #A411AB;
}
</style>