Shades of Dark Magenta #A601A1
Tints of Dark Magenta #A601A1
RGB
CMYK
RGB Variations
Color information
#A601A1 (or 0xA601A1) is known color: Dark Magenta. HEX triplet: A6, 01 and A1. RGB value is (166,1,161). Sum of RGB (Red+Green+Blue) = 166+1+161=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A601A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A601A1 is #59FE5E. Grayscale: #444444. Windows color (decimal): -5897823 or 10551718. OLE color: 10551718.
HSL color Cylindrical-coordinate representation of color #A601A1: hue angle of 301.82º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A601A1 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 161 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.35 |
| HSL | 301.82º | 0.99% | 0.33% | - |
| HSV(B) | 301.82º | 0.99% | 0.65% | - |
| XYZ | 22.17 | 10.7 | 34.62 | - |
| YUV | 68.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 161 | 0 | 0.99 | 0.03 | 0.35 | 301.82 | 0.99 | 0.33 |
| Hex | A6 | 1 | A1 | 0 | 63 | 3 | 23 | 12E | 63 | 21 |
| Octal | 246 | 1 | 241 | 0 | 143 | 3 | 43 | 456 | 143 | 41 |
| Binary | 10100110 | 1 | 10100001 | 0 | 1100011 | 11 | 100011 | 100101110 | 1100011 | 100001 |
Color Harmonies of #A601A1
Complementary color
Monochromatic Colors of #A601A1
Black with #A601A1
Text Example
Text Example
White with #A601A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601A1; }
p { color: rgb(166,1,161); }
H1.HeaderClassName
{
color: #A601A1;
}
.AnyTagClassName
{
color: #A601A1;
}
</style>
background-color css
<style>
a { background-color: #A601A1; }
a { background-color: rgb(166,1,161); }
div.DivClassName
{
background-color: #A601A1;
}
.BgClassName
{
background-color: #A601A1;
}
</style>
border-color css
<style>
span { border-color: #A601A1; }
span { border-color: rgb(166,1,161); }
td.TdClassName
{
border-color: #A601A1;
}
.TagClassName
{
border-color: #A601A1;
}
</style>