Shades of Dark Magenta #A60B9C
Tints of Dark Magenta #A60B9C
RGB
CMYK
RGB Variations
Color information
#A60B9C (or 0xA60B9C) is known color: Dark Magenta. HEX triplet: A6, 0B and 9C. RGB value is (166,11,156). Sum of RGB (Red+Green+Blue) = 166+11+156=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60B9C is #59F463. Grayscale: #494949. Windows color (decimal): -5895268 or 10226598. OLE color: 10226598.
HSL color Cylindrical-coordinate representation of color #A60B9C: hue angle of 303.87º 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 #A60B9C is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 156 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.35 |
| HSL | 303.87º | 0.88% | 0.35% | - |
| HSV(B) | 303.87º | 0.93% | 0.65% | - |
| XYZ | 21.85 | 10.75 | 32.38 | - |
| YUV | 73.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 156 | 0 | 0.93 | 0.06 | 0.35 | 303.87 | 0.88 | 0.35 |
| Hex | A6 | B | 9C | 0 | 5D | 6 | 23 | 130 | 58 | 23 |
| Octal | 246 | 13 | 234 | 0 | 135 | 6 | 43 | 460 | 130 | 43 |
| Binary | 10100110 | 1011 | 10011100 | 0 | 1011101 | 110 | 100011 | 100110000 | 1011000 | 100011 |
Color Harmonies of #A60B9C
Complementary color
Monochromatic Colors of #A60B9C
Black with #A60B9C
Text Example
Text Example
White with #A60B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B9C; }
p { color: rgb(166,11,156); }
H1.HeaderClassName
{
color: #A60B9C;
}
.AnyTagClassName
{
color: #A60B9C;
}
</style>
background-color css
<style>
a { background-color: #A60B9C; }
a { background-color: rgb(166,11,156); }
div.DivClassName
{
background-color: #A60B9C;
}
.BgClassName
{
background-color: #A60B9C;
}
</style>
border-color css
<style>
span { border-color: #A60B9C; }
span { border-color: rgb(166,11,156); }
td.TdClassName
{
border-color: #A60B9C;
}
.TagClassName
{
border-color: #A60B9C;
}
</style>