Shades of Dark Magenta #A912A9
Tints of Dark Magenta #A912A9
RGB
CMYK
RGB Variations
Color information
#A912A9 (or 0xA912A9) is known color: Dark Magenta. HEX triplet: A9, 12 and A9. RGB value is (169,18,169). Sum of RGB (Red+Green+Blue) = 169+18+169=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A912A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A912A9 is #56ED56. Grayscale: #4F4F4F. Windows color (decimal): -5696855 or 11080361. OLE color: 11080361.
HSL color Cylindrical-coordinate representation of color #A912A9: hue angle of 300º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A912A9 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 169 | - |
| CMYK | 0 | 0.89 | 0 | 0.34 |
| HSL | 300º | 0.81% | 0.37% | - |
| HSV(B) | 300º | 0.89% | 0.66% | - |
| XYZ | 23.74 | 11.73 | 38.55 | - |
| YUV | 80.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 169 | 0 | 0.89 | 0 | 0.34 | 300 | 0.81 | 0.37 |
| Hex | A9 | 12 | A9 | 0 | 59 | 0 | 22 | 12C | 51 | 25 |
| Octal | 251 | 22 | 251 | 0 | 131 | 0 | 42 | 454 | 121 | 45 |
| Binary | 10101001 | 10010 | 10101001 | 0 | 1011001 | 0 | 100010 | 100101100 | 1010001 | 100101 |
Color Harmonies of #A912A9
Complementary color
Monochromatic Colors of #A912A9
Black with #A912A9
Text Example
Text Example
White with #A912A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A912A9; }
p { color: rgb(169,18,169); }
H1.HeaderClassName
{
color: #A912A9;
}
.AnyTagClassName
{
color: #A912A9;
}
</style>
background-color css
<style>
a { background-color: #A912A9; }
a { background-color: rgb(169,18,169); }
div.DivClassName
{
background-color: #A912A9;
}
.BgClassName
{
background-color: #A912A9;
}
</style>
border-color css
<style>
span { border-color: #A912A9; }
span { border-color: rgb(169,18,169); }
td.TdClassName
{
border-color: #A912A9;
}
.TagClassName
{
border-color: #A912A9;
}
</style>