Shades of Dark Magenta #A60291
Tints of Dark Magenta #A60291
RGB
CMYK
RGB Variations
Color information
#A60291 (or 0xA60291) is known color: Dark Magenta. HEX triplet: A6, 02 and 91. RGB value is (166,2,145). Sum of RGB (Red+Green+Blue) = 166+2+145=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A60291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60291 is #59FD6E. Grayscale: #424242. Windows color (decimal): -5897583 or 9503398. OLE color: 9503398.
HSL color Cylindrical-coordinate representation of color #A60291: hue angle of 307.68º degrees, saturation: 0.98, 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 #A60291 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.35 |
| HSL | 307.68º | 0.98% | 0.33% | - |
| HSV(B) | 307.68º | 0.99% | 0.65% | - |
| XYZ | 20.86 | 10.19 | 27.66 | - |
| YUV | 67.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 145 | 0 | 0.99 | 0.13 | 0.35 | 307.68 | 0.98 | 0.33 |
| Hex | A6 | 2 | 91 | 0 | 63 | D | 23 | 134 | 62 | 21 |
| Octal | 246 | 2 | 221 | 0 | 143 | 15 | 43 | 464 | 142 | 41 |
| Binary | 10100110 | 10 | 10010001 | 0 | 1100011 | 1101 | 100011 | 100110100 | 1100010 | 100001 |
Color Harmonies of #A60291
Complementary color
Monochromatic Colors of #A60291
Black with #A60291
Text Example
Text Example
White with #A60291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60291; }
p { color: rgb(166,2,145); }
H1.HeaderClassName
{
color: #A60291;
}
.AnyTagClassName
{
color: #A60291;
}
</style>
background-color css
<style>
a { background-color: #A60291; }
a { background-color: rgb(166,2,145); }
div.DivClassName
{
background-color: #A60291;
}
.BgClassName
{
background-color: #A60291;
}
</style>
border-color css
<style>
span { border-color: #A60291; }
span { border-color: rgb(166,2,145); }
td.TdClassName
{
border-color: #A60291;
}
.TagClassName
{
border-color: #A60291;
}
</style>