Shades of Dark Magenta #A60D90
Tints of Dark Magenta #A60D90
RGB
CMYK
RGB Variations
Color information
#A60D90 (or 0xA60D90) is known color: Dark Magenta. HEX triplet: A6, 0D and 90. RGB value is (166,13,144). Sum of RGB (Red+Green+Blue) = 166+13+144=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60D90 is #59F26F. Grayscale: #494949. Windows color (decimal): -5894768 or 9440678. OLE color: 9440678.
HSL color Cylindrical-coordinate representation of color #A60D90: hue angle of 308.63º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60D90 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 144 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.35 |
| HSL | 308.63º | 0.85% | 0.35% | - |
| HSV(B) | 308.63º | 0.92% | 0.65% | - |
| XYZ | 20.9 | 10.41 | 27.29 | - |
| YUV | 73.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 144 | 0 | 0.92 | 0.13 | 0.35 | 308.63 | 0.85 | 0.35 |
| Hex | A6 | D | 90 | 0 | 5C | D | 23 | 135 | 55 | 23 |
| Octal | 246 | 15 | 220 | 0 | 134 | 15 | 43 | 465 | 125 | 43 |
| Binary | 10100110 | 1101 | 10010000 | 0 | 1011100 | 1101 | 100011 | 100110101 | 1010101 | 100011 |
Color Harmonies of #A60D90
Complementary color
Monochromatic Colors of #A60D90
Black with #A60D90
Text Example
Text Example
White with #A60D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60D90; }
p { color: rgb(166,13,144); }
H1.HeaderClassName
{
color: #A60D90;
}
.AnyTagClassName
{
color: #A60D90;
}
</style>
background-color css
<style>
a { background-color: #A60D90; }
a { background-color: rgb(166,13,144); }
div.DivClassName
{
background-color: #A60D90;
}
.BgClassName
{
background-color: #A60D90;
}
</style>
border-color css
<style>
span { border-color: #A60D90; }
span { border-color: rgb(166,13,144); }
td.TdClassName
{
border-color: #A60D90;
}
.TagClassName
{
border-color: #A60D90;
}
</style>