Shades of Dark Magenta #A61990
Tints of Dark Magenta #A61990
RGB
CMYK
RGB Variations
Color information
#A61990 (or 0xA61990) is known color: Dark Magenta. HEX triplet: A6, 19 and 90. RGB value is (166,25,144). Sum of RGB (Red+Green+Blue) = 166+25+144=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A61990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61990 is #59E66F. Grayscale: #505050. Windows color (decimal): -5891696 or 9443750. OLE color: 9443750.
HSL color Cylindrical-coordinate representation of color #A61990: hue angle of 309.36º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61990 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 144 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.35 |
| HSL | 309.36º | 0.74% | 0.37% | - |
| HSV(B) | 309.36º | 0.85% | 0.65% | - |
| XYZ | 21.11 | 10.82 | 27.36 | - |
| YUV | 80.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 144 | 0 | 0.85 | 0.13 | 0.35 | 309.36 | 0.74 | 0.37 |
| Hex | A6 | 19 | 90 | 0 | 55 | D | 23 | 135 | 4A | 25 |
| Octal | 246 | 31 | 220 | 0 | 125 | 15 | 43 | 465 | 112 | 45 |
| Binary | 10100110 | 11001 | 10010000 | 0 | 1010101 | 1101 | 100011 | 100110101 | 1001010 | 100101 |
Color Harmonies of #A61990
Complementary color
Monochromatic Colors of #A61990
Black with #A61990
Text Example
Text Example
White with #A61990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61990; }
p { color: rgb(166,25,144); }
H1.HeaderClassName
{
color: #A61990;
}
.AnyTagClassName
{
color: #A61990;
}
</style>
background-color css
<style>
a { background-color: #A61990; }
a { background-color: rgb(166,25,144); }
div.DivClassName
{
background-color: #A61990;
}
.BgClassName
{
background-color: #A61990;
}
</style>
border-color css
<style>
span { border-color: #A61990; }
span { border-color: rgb(166,25,144); }
td.TdClassName
{
border-color: #A61990;
}
.TagClassName
{
border-color: #A61990;
}
</style>