Shades of Dark Magenta #A60D8F
Tints of Dark Magenta #A60D8F
RGB
CMYK
RGB Variations
Color information
#A60D8F (or 0xA60D8F) is known color: Dark Magenta. HEX triplet: A6, 0D and 8F. RGB value is (166,13,143). Sum of RGB (Red+Green+Blue) = 166+13+143=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60D8F is #59F270. Grayscale: #494949. Windows color (decimal): -5894769 or 9375142. OLE color: 9375142.
HSL color Cylindrical-coordinate representation of color #A60D8F: hue angle of 309.02º 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 #A60D8F is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 143 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.35 |
| HSL | 309.02º | 0.85% | 0.35% | - |
| HSV(B) | 309.02º | 0.92% | 0.65% | - |
| XYZ | 20.83 | 10.38 | 26.89 | - |
| YUV | 73.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 143 | 0 | 0.92 | 0.14 | 0.35 | 309.02 | 0.85 | 0.35 |
| Hex | A6 | D | 8F | 0 | 5C | E | 23 | 135 | 55 | 23 |
| Octal | 246 | 15 | 217 | 0 | 134 | 16 | 43 | 465 | 125 | 43 |
| Binary | 10100110 | 1101 | 10001111 | 0 | 1011100 | 1110 | 100011 | 100110101 | 1010101 | 100011 |
Color Harmonies of #A60D8F
Complementary color
Monochromatic Colors of #A60D8F
Black with #A60D8F
Text Example
Text Example
White with #A60D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60D8F; }
p { color: rgb(166,13,143); }
H1.HeaderClassName
{
color: #A60D8F;
}
.AnyTagClassName
{
color: #A60D8F;
}
</style>
background-color css
<style>
a { background-color: #A60D8F; }
a { background-color: rgb(166,13,143); }
div.DivClassName
{
background-color: #A60D8F;
}
.BgClassName
{
background-color: #A60D8F;
}
</style>
border-color css
<style>
span { border-color: #A60D8F; }
span { border-color: rgb(166,13,143); }
td.TdClassName
{
border-color: #A60D8F;
}
.TagClassName
{
border-color: #A60D8F;
}
</style>