Shades of Dark Magenta #A604A2
Tints of Dark Magenta #A604A2
RGB
CMYK
RGB Variations
Color information
#A604A2 (or 0xA604A2) is known color: Dark Magenta. HEX triplet: A6, 04 and A2. RGB value is (166,4,162). Sum of RGB (Red+Green+Blue) = 166+4+162=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A604A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A604A2 is #59FB5D. Grayscale: #454545. Windows color (decimal): -5897054 or 10618022. OLE color: 10618022.
HSL color Cylindrical-coordinate representation of color #A604A2: hue angle of 301.48º 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 #A604A2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.35 |
| HSL | 301.48º | 0.95% | 0.33% | - |
| HSV(B) | 301.48º | 0.98% | 0.65% | - |
| XYZ | 22.29 | 10.8 | 35.09 | - |
| YUV | 70.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 162 | 0 | 0.98 | 0.02 | 0.35 | 301.48 | 0.95 | 0.33 |
| Hex | A6 | 4 | A2 | 0 | 62 | 2 | 23 | 12D | 5F | 21 |
| Octal | 246 | 4 | 242 | 0 | 142 | 2 | 43 | 455 | 137 | 41 |
| Binary | 10100110 | 100 | 10100010 | 0 | 1100010 | 10 | 100011 | 100101101 | 1011111 | 100001 |
Color Harmonies of #A604A2
Complementary color
Monochromatic Colors of #A604A2
Black with #A604A2
Text Example
Text Example
White with #A604A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604A2; }
p { color: rgb(166,4,162); }
H1.HeaderClassName
{
color: #A604A2;
}
.AnyTagClassName
{
color: #A604A2;
}
</style>
background-color css
<style>
a { background-color: #A604A2; }
a { background-color: rgb(166,4,162); }
div.DivClassName
{
background-color: #A604A2;
}
.BgClassName
{
background-color: #A604A2;
}
</style>
border-color css
<style>
span { border-color: #A604A2; }
span { border-color: rgb(166,4,162); }
td.TdClassName
{
border-color: #A604A2;
}
.TagClassName
{
border-color: #A604A2;
}
</style>