Shades of Dark Magenta #A412AA
Tints of Dark Magenta #A412AA
RGB
CMYK
RGB Variations
Color information
#A412AA (or 0xA412AA) is known color: Dark Magenta. HEX triplet: A4, 12 and AA. RGB value is (164,18,170). Sum of RGB (Red+Green+Blue) = 164+18+170=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #A412AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A412AA is #5BED55. Grayscale: #4E4E4E. Windows color (decimal): -6024534 or 11145892. OLE color: 11145892.
HSL color Cylindrical-coordinate representation of color #A412AA: hue angle of 297.63º 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 #A412AA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 18 | 170 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.33 |
| HSL | 297.63º | 0.81% | 0.37% | - |
| HSV(B) | 297.63º | 0.89% | 0.67% | - |
| XYZ | 22.78 | 11.23 | 39 | - |
| YUV | 78.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 170 | 0.04 | 0.89 | 0 | 0.33 | 297.63 | 0.81 | 0.37 |
| Hex | A4 | 12 | AA | 4 | 59 | 0 | 21 | 12A | 51 | 25 |
| Octal | 244 | 22 | 252 | 4 | 131 | 0 | 41 | 452 | 121 | 45 |
| Binary | 10100100 | 10010 | 10101010 | 100 | 1011001 | 0 | 100001 | 100101010 | 1010001 | 100101 |
Color Harmonies of #A412AA
Complementary color
Monochromatic Colors of #A412AA
Black with #A412AA
Text Example
Text Example
White with #A412AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412AA; }
p { color: rgb(164,18,170); }
H1.HeaderClassName
{
color: #A412AA;
}
.AnyTagClassName
{
color: #A412AA;
}
</style>
background-color css
<style>
a { background-color: #A412AA; }
a { background-color: rgb(164,18,170); }
div.DivClassName
{
background-color: #A412AA;
}
.BgClassName
{
background-color: #A412AA;
}
</style>
border-color css
<style>
span { border-color: #A412AA; }
span { border-color: rgb(164,18,170); }
td.TdClassName
{
border-color: #A412AA;
}
.TagClassName
{
border-color: #A412AA;
}
</style>