Shades of Dark Magenta #A60BAD
Tints of Dark Magenta #A60BAD
RGB
CMYK
RGB Variations
Color information
#A60BAD (or 0xA60BAD) is known color: Dark Magenta. HEX triplet: A6, 0B and AD. RGB value is (166,11,173). Sum of RGB (Red+Green+Blue) = 166+11+173=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #A60BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BAD is #59F452. Grayscale: #4B4B4B. Windows color (decimal): -5895251 or 11340710. OLE color: 11340710.
HSL color Cylindrical-coordinate representation of color #A60BAD: hue angle of 297.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BAD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 11 | 173 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.32 |
| HSL | 297.41º | 0.88% | 0.36% | - |
| HSV(B) | 297.41º | 0.94% | 0.68% | - |
| XYZ | 23.39 | 11.36 | 40.5 | - |
| YUV | 75.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 173 | 0.04 | 0.94 | 0 | 0.32 | 297.41 | 0.88 | 0.36 |
| Hex | A6 | B | AD | 4 | 5E | 0 | 20 | 129 | 58 | 24 |
| Octal | 246 | 13 | 255 | 4 | 136 | 0 | 40 | 451 | 130 | 44 |
| Binary | 10100110 | 1011 | 10101101 | 100 | 1011110 | 0 | 100000 | 100101001 | 1011000 | 100100 |
Color Harmonies of #A60BAD
Complementary color
Monochromatic Colors of #A60BAD
Black with #A60BAD
Text Example
Text Example
White with #A60BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BAD; }
p { color: rgb(166,11,173); }
H1.HeaderClassName
{
color: #A60BAD;
}
.AnyTagClassName
{
color: #A60BAD;
}
</style>
background-color css
<style>
a { background-color: #A60BAD; }
a { background-color: rgb(166,11,173); }
div.DivClassName
{
background-color: #A60BAD;
}
.BgClassName
{
background-color: #A60BAD;
}
</style>
border-color css
<style>
span { border-color: #A60BAD; }
span { border-color: rgb(166,11,173); }
td.TdClassName
{
border-color: #A60BAD;
}
.TagClassName
{
border-color: #A60BAD;
}
</style>