Shades of Dark Magenta #A60BAE
Tints of Dark Magenta #A60BAE
RGB
CMYK
RGB Variations
Color information
#A60BAE (or 0xA60BAE) is known color: Dark Magenta. HEX triplet: A6, 0B and AE. RGB value is (166,11,174). Sum of RGB (Red+Green+Blue) = 166+11+174=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #A60BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BAE is #59F451. Grayscale: #4B4B4B. Windows color (decimal): -5895250 or 11406246. OLE color: 11406246.
HSL color Cylindrical-coordinate representation of color #A60BAE: hue angle of 297.06º 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 #A60BAE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 11 | 174 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.32 |
| HSL | 297.06º | 0.88% | 0.36% | - |
| HSV(B) | 297.06º | 0.94% | 0.68% | - |
| XYZ | 23.49 | 11.4 | 41.01 | - |
| YUV | 75.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 174 | 0.05 | 0.94 | 0 | 0.32 | 297.06 | 0.88 | 0.36 |
| Hex | A6 | B | AE | 5 | 5E | 0 | 20 | 129 | 58 | 24 |
| Octal | 246 | 13 | 256 | 5 | 136 | 0 | 40 | 451 | 130 | 44 |
| Binary | 10100110 | 1011 | 10101110 | 101 | 1011110 | 0 | 100000 | 100101001 | 1011000 | 100100 |
Color Harmonies of #A60BAE
Complementary color
Monochromatic Colors of #A60BAE
Black with #A60BAE
Text Example
Text Example
White with #A60BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BAE; }
p { color: rgb(166,11,174); }
H1.HeaderClassName
{
color: #A60BAE;
}
.AnyTagClassName
{
color: #A60BAE;
}
</style>
background-color css
<style>
a { background-color: #A60BAE; }
a { background-color: rgb(166,11,174); }
div.DivClassName
{
background-color: #A60BAE;
}
.BgClassName
{
background-color: #A60BAE;
}
</style>
border-color css
<style>
span { border-color: #A60BAE; }
span { border-color: rgb(166,11,174); }
td.TdClassName
{
border-color: #A60BAE;
}
.TagClassName
{
border-color: #A60BAE;
}
</style>