Shades of Dark Magenta #A60E9B
Tints of Dark Magenta #A60E9B
RGB
CMYK
RGB Variations
Color information
#A60E9B (or 0xA60E9B) is known color: Dark Magenta. HEX triplet: A6, 0E and 9B. RGB value is (166,14,155). Sum of RGB (Red+Green+Blue) = 166+14+155=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E9B is #59F164. Grayscale: #4B4B4B. Windows color (decimal): -5894501 or 10161830. OLE color: 10161830.
HSL color Cylindrical-coordinate representation of color #A60E9B: hue angle of 304.34º degrees, saturation: 0.84, 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 #A60E9B is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 155 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.35 |
| HSL | 304.34º | 0.84% | 0.35% | - |
| HSV(B) | 304.34º | 0.92% | 0.65% | - |
| XYZ | 21.8 | 10.79 | 31.94 | - |
| YUV | 75.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 155 | 0 | 0.92 | 0.07 | 0.35 | 304.34 | 0.84 | 0.35 |
| Hex | A6 | E | 9B | 0 | 5C | 7 | 23 | 130 | 54 | 23 |
| Octal | 246 | 16 | 233 | 0 | 134 | 7 | 43 | 460 | 124 | 43 |
| Binary | 10100110 | 1110 | 10011011 | 0 | 1011100 | 111 | 100011 | 100110000 | 1010100 | 100011 |
Color Harmonies of #A60E9B
Complementary color
Monochromatic Colors of #A60E9B
Black with #A60E9B
Text Example
Text Example
White with #A60E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E9B; }
p { color: rgb(166,14,155); }
H1.HeaderClassName
{
color: #A60E9B;
}
.AnyTagClassName
{
color: #A60E9B;
}
</style>
background-color css
<style>
a { background-color: #A60E9B; }
a { background-color: rgb(166,14,155); }
div.DivClassName
{
background-color: #A60E9B;
}
.BgClassName
{
background-color: #A60E9B;
}
</style>
border-color css
<style>
span { border-color: #A60E9B; }
span { border-color: rgb(166,14,155); }
td.TdClassName
{
border-color: #A60E9B;
}
.TagClassName
{
border-color: #A60E9B;
}
</style>