Shades of Dark Magenta #A10790
Tints of Dark Magenta #A10790
RGB
CMYK
RGB Variations
Color information
#A10790 (or 0xA10790) is known color: Dark Magenta. HEX triplet: A1, 07 and 90. RGB value is (161,7,144). Sum of RGB (Red+Green+Blue) = 161+7+144=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A10790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10790 is #5EF86F. Grayscale: #444444. Windows color (decimal): -6223984 or 9439137. OLE color: 9439137.
HSL color Cylindrical-coordinate representation of color #A10790: hue angle of 306.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10790 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 144 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.37 |
| HSL | 306.62º | 0.92% | 0.33% | - |
| HSV(B) | 306.62º | 0.96% | 0.63% | - |
| XYZ | 19.81 | 9.74 | 27.22 | - |
| YUV | 68.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 144 | 0 | 0.96 | 0.11 | 0.37 | 306.62 | 0.92 | 0.33 |
| Hex | A1 | 7 | 90 | 0 | 60 | B | 25 | 133 | 5C | 21 |
| Octal | 241 | 7 | 220 | 0 | 140 | 13 | 45 | 463 | 134 | 41 |
| Binary | 10100001 | 111 | 10010000 | 0 | 1100000 | 1011 | 100101 | 100110011 | 1011100 | 100001 |
Color Harmonies of #A10790
Complementary color
Monochromatic Colors of #A10790
Black with #A10790
Text Example
Text Example
White with #A10790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10790; }
p { color: rgb(161,7,144); }
H1.HeaderClassName
{
color: #A10790;
}
.AnyTagClassName
{
color: #A10790;
}
</style>
background-color css
<style>
a { background-color: #A10790; }
a { background-color: rgb(161,7,144); }
div.DivClassName
{
background-color: #A10790;
}
.BgClassName
{
background-color: #A10790;
}
</style>
border-color css
<style>
span { border-color: #A10790; }
span { border-color: rgb(161,7,144); }
td.TdClassName
{
border-color: #A10790;
}
.TagClassName
{
border-color: #A10790;
}
</style>