Shades of Dark Magenta #A61DA1
Tints of Dark Magenta #A61DA1
RGB
CMYK
RGB Variations
Color information
#A61DA1 (or 0xA61DA1) is known color: Dark Magenta. HEX triplet: A6, 1D and A1. RGB value is (166,29,161). Sum of RGB (Red+Green+Blue) = 166+29+161=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A61DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61DA1 is #59E25E. Grayscale: #545454. Windows color (decimal): -5890655 or 10558886. OLE color: 10558886.
HSL color Cylindrical-coordinate representation of color #A61DA1: hue angle of 302.19º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61DA1 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 161 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.35 |
| HSL | 302.19º | 0.7% | 0.38% | - |
| HSV(B) | 302.19º | 0.83% | 0.65% | - |
| XYZ | 22.6 | 11.56 | 34.76 | - |
| YUV | 85.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 161 | 0 | 0.83 | 0.03 | 0.35 | 302.19 | 0.7 | 0.38 |
| Hex | A6 | 1D | A1 | 0 | 53 | 3 | 23 | 12E | 46 | 26 |
| Octal | 246 | 35 | 241 | 0 | 123 | 3 | 43 | 456 | 106 | 46 |
| Binary | 10100110 | 11101 | 10100001 | 0 | 1010011 | 11 | 100011 | 100101110 | 1000110 | 100110 |
Color Harmonies of #A61DA1
Complementary color
Monochromatic Colors of #A61DA1
Black with #A61DA1
Text Example
Text Example
White with #A61DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DA1; }
p { color: rgb(166,29,161); }
H1.HeaderClassName
{
color: #A61DA1;
}
.AnyTagClassName
{
color: #A61DA1;
}
</style>
background-color css
<style>
a { background-color: #A61DA1; }
a { background-color: rgb(166,29,161); }
div.DivClassName
{
background-color: #A61DA1;
}
.BgClassName
{
background-color: #A61DA1;
}
</style>
border-color css
<style>
span { border-color: #A61DA1; }
span { border-color: rgb(166,29,161); }
td.TdClassName
{
border-color: #A61DA1;
}
.TagClassName
{
border-color: #A61DA1;
}
</style>