Shades of Dark Magenta #A604A1
Tints of Dark Magenta #A604A1
RGB
CMYK
RGB Variations
Color information
#A604A1 (or 0xA604A1) is known color: Dark Magenta. HEX triplet: A6, 04 and A1. RGB value is (166,4,161). Sum of RGB (Red+Green+Blue) = 166+4+161=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A604A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A604A1 is #59FB5E. Grayscale: #454545. Windows color (decimal): -5897055 or 10552486. OLE color: 10552486.
HSL color Cylindrical-coordinate representation of color #A604A1: hue angle of 301.85º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604A1 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.35 |
| HSL | 301.85º | 0.95% | 0.33% | - |
| HSV(B) | 301.85º | 0.98% | 0.65% | - |
| XYZ | 22.2 | 10.77 | 34.63 | - |
| YUV | 70.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 161 | 0 | 0.98 | 0.03 | 0.35 | 301.85 | 0.95 | 0.33 |
| Hex | A6 | 4 | A1 | 0 | 62 | 3 | 23 | 12E | 5F | 21 |
| Octal | 246 | 4 | 241 | 0 | 142 | 3 | 43 | 456 | 137 | 41 |
| Binary | 10100110 | 100 | 10100001 | 0 | 1100010 | 11 | 100011 | 100101110 | 1011111 | 100001 |
Color Harmonies of #A604A1
Complementary color
Monochromatic Colors of #A604A1
Black with #A604A1
Text Example
Text Example
White with #A604A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604A1; }
p { color: rgb(166,4,161); }
H1.HeaderClassName
{
color: #A604A1;
}
.AnyTagClassName
{
color: #A604A1;
}
</style>
background-color css
<style>
a { background-color: #A604A1; }
a { background-color: rgb(166,4,161); }
div.DivClassName
{
background-color: #A604A1;
}
.BgClassName
{
background-color: #A604A1;
}
</style>
border-color css
<style>
span { border-color: #A604A1; }
span { border-color: rgb(166,4,161); }
td.TdClassName
{
border-color: #A604A1;
}
.TagClassName
{
border-color: #A604A1;
}
</style>