Shades of Dark Magenta #A60BA6
Tints of Dark Magenta #A60BA6
RGB
CMYK
RGB Variations
Color information
#A60BA6 (or 0xA60BA6) is known color: Dark Magenta. HEX triplet: A6, 0B and A6. RGB value is (166,11,166). Sum of RGB (Red+Green+Blue) = 166+11+166=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A60BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BA6 is #59F459. Grayscale: #4A4A4A. Windows color (decimal): -5895258 or 10881958. OLE color: 10881958.
HSL color Cylindrical-coordinate representation of color #A60BA6: hue angle of 300º 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 #A60BA6 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 166 | - |
| CMYK | 0 | 0.93 | 0 | 0.35 |
| HSL | 300º | 0.88% | 0.35% | - |
| HSV(B) | 300º | 0.93% | 0.65% | - |
| XYZ | 22.73 | 11.1 | 37.02 | - |
| YUV | 75.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 166 | 0 | 0.93 | 0 | 0.35 | 300 | 0.88 | 0.35 |
| Hex | A6 | B | A6 | 0 | 5D | 0 | 23 | 12C | 58 | 23 |
| Octal | 246 | 13 | 246 | 0 | 135 | 0 | 43 | 454 | 130 | 43 |
| Binary | 10100110 | 1011 | 10100110 | 0 | 1011101 | 0 | 100011 | 100101100 | 1011000 | 100011 |
Color Harmonies of #A60BA6
Complementary color
Monochromatic Colors of #A60BA6
Black with #A60BA6
Text Example
Text Example
White with #A60BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BA6; }
p { color: rgb(166,11,166); }
H1.HeaderClassName
{
color: #A60BA6;
}
.AnyTagClassName
{
color: #A60BA6;
}
</style>
background-color css
<style>
a { background-color: #A60BA6; }
a { background-color: rgb(166,11,166); }
div.DivClassName
{
background-color: #A60BA6;
}
.BgClassName
{
background-color: #A60BA6;
}
</style>
border-color css
<style>
span { border-color: #A60BA6; }
span { border-color: rgb(166,11,166); }
td.TdClassName
{
border-color: #A60BA6;
}
.TagClassName
{
border-color: #A60BA6;
}
</style>