Shades of Dark Magenta #A60B8F
Tints of Dark Magenta #A60B8F
RGB
CMYK
RGB Variations
Color information
#A60B8F (or 0xA60B8F) is known color: Dark Magenta. HEX triplet: A6, 0B and 8F. RGB value is (166,11,143). Sum of RGB (Red+Green+Blue) = 166+11+143=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60B8F is #59F470. Grayscale: #484848. Windows color (decimal): -5895281 or 9374630. OLE color: 9374630.
HSL color Cylindrical-coordinate representation of color #A60B8F: hue angle of 308.9º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B8F is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 143 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.35 |
| HSL | 308.9º | 0.88% | 0.35% | - |
| HSV(B) | 308.9º | 0.93% | 0.65% | - |
| XYZ | 20.8 | 10.33 | 26.88 | - |
| YUV | 72.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 143 | 0 | 0.93 | 0.14 | 0.35 | 308.9 | 0.88 | 0.35 |
| Hex | A6 | B | 8F | 0 | 5D | E | 23 | 135 | 58 | 23 |
| Octal | 246 | 13 | 217 | 0 | 135 | 16 | 43 | 465 | 130 | 43 |
| Binary | 10100110 | 1011 | 10001111 | 0 | 1011101 | 1110 | 100011 | 100110101 | 1011000 | 100011 |
Color Harmonies of #A60B8F
Complementary color
Monochromatic Colors of #A60B8F
Black with #A60B8F
Text Example
Text Example
White with #A60B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B8F; }
p { color: rgb(166,11,143); }
H1.HeaderClassName
{
color: #A60B8F;
}
.AnyTagClassName
{
color: #A60B8F;
}
</style>
background-color css
<style>
a { background-color: #A60B8F; }
a { background-color: rgb(166,11,143); }
div.DivClassName
{
background-color: #A60B8F;
}
.BgClassName
{
background-color: #A60B8F;
}
</style>
border-color css
<style>
span { border-color: #A60B8F; }
span { border-color: rgb(166,11,143); }
td.TdClassName
{
border-color: #A60B8F;
}
.TagClassName
{
border-color: #A60B8F;
}
</style>