Shades of Dark Magenta #A412AB
Tints of Dark Magenta #A412AB
RGB
CMYK
RGB Variations
Color information
#A412AB (or 0xA412AB) is known color: Dark Magenta. HEX triplet: A4, 12 and AB. RGB value is (164,18,171). Sum of RGB (Red+Green+Blue) = 164+18+171=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #A412AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A412AB is #5BED54. Grayscale: #4E4E4E. Windows color (decimal): -6024533 or 11211428. OLE color: 11211428.
HSL color Cylindrical-coordinate representation of color #A412AB: hue angle of 297.25º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A412AB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 18 | 171 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.33 |
| HSL | 297.25º | 0.81% | 0.37% | - |
| HSV(B) | 297.25º | 0.89% | 0.67% | - |
| XYZ | 22.88 | 11.27 | 39.5 | - |
| YUV | 79.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 171 | 0.04 | 0.89 | 0 | 0.33 | 297.25 | 0.81 | 0.37 |
| Hex | A4 | 12 | AB | 4 | 59 | 0 | 21 | 129 | 51 | 25 |
| Octal | 244 | 22 | 253 | 4 | 131 | 0 | 41 | 451 | 121 | 45 |
| Binary | 10100100 | 10010 | 10101011 | 100 | 1011001 | 0 | 100001 | 100101001 | 1010001 | 100101 |
Color Harmonies of #A412AB
Complementary color
Monochromatic Colors of #A412AB
Black with #A412AB
Text Example
Text Example
White with #A412AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412AB; }
p { color: rgb(164,18,171); }
H1.HeaderClassName
{
color: #A412AB;
}
.AnyTagClassName
{
color: #A412AB;
}
</style>
background-color css
<style>
a { background-color: #A412AB; }
a { background-color: rgb(164,18,171); }
div.DivClassName
{
background-color: #A412AB;
}
.BgClassName
{
background-color: #A412AB;
}
</style>
border-color css
<style>
span { border-color: #A412AB; }
span { border-color: rgb(164,18,171); }
td.TdClassName
{
border-color: #A412AB;
}
.TagClassName
{
border-color: #A412AB;
}
</style>