Shades of Dark Magenta #A61690
Tints of Dark Magenta #A61690
RGB
CMYK
RGB Variations
Color information
#A61690 (or 0xA61690) is known color: Dark Magenta. HEX triplet: A6, 16 and 90. RGB value is (166,22,144). Sum of RGB (Red+Green+Blue) = 166+22+144=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A61690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61690 is #59E96F. Grayscale: #4E4E4E. Windows color (decimal): -5892464 or 9442982. OLE color: 9442982.
HSL color Cylindrical-coordinate representation of color #A61690: hue angle of 309.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61690 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 144 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.35 |
| HSL | 309.17º | 0.77% | 0.37% | - |
| HSV(B) | 309.17º | 0.87% | 0.65% | - |
| XYZ | 21.05 | 10.69 | 27.34 | - |
| YUV | 78.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 144 | 0 | 0.87 | 0.13 | 0.35 | 309.17 | 0.77 | 0.37 |
| Hex | A6 | 16 | 90 | 0 | 57 | D | 23 | 135 | 4D | 25 |
| Octal | 246 | 26 | 220 | 0 | 127 | 15 | 43 | 465 | 115 | 45 |
| Binary | 10100110 | 10110 | 10010000 | 0 | 1010111 | 1101 | 100011 | 100110101 | 1001101 | 100101 |
Color Harmonies of #A61690
Complementary color
Monochromatic Colors of #A61690
Black with #A61690
Text Example
Text Example
White with #A61690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61690; }
p { color: rgb(166,22,144); }
H1.HeaderClassName
{
color: #A61690;
}
.AnyTagClassName
{
color: #A61690;
}
</style>
background-color css
<style>
a { background-color: #A61690; }
a { background-color: rgb(166,22,144); }
div.DivClassName
{
background-color: #A61690;
}
.BgClassName
{
background-color: #A61690;
}
</style>
border-color css
<style>
span { border-color: #A61690; }
span { border-color: rgb(166,22,144); }
td.TdClassName
{
border-color: #A61690;
}
.TagClassName
{
border-color: #A61690;
}
</style>