Shades of Dark Magenta #A60BAB
Tints of Dark Magenta #A60BAB
RGB
CMYK
RGB Variations
Color information
#A60BAB (or 0xA60BAB) is known color: Dark Magenta. HEX triplet: A6, 0B and AB. RGB value is (166,11,171). Sum of RGB (Red+Green+Blue) = 166+11+171=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #A60BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BAB is #59F454. Grayscale: #4B4B4B. Windows color (decimal): -5895253 or 11209638. OLE color: 11209638.
HSL color Cylindrical-coordinate representation of color #A60BAB: hue angle of 298.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BAB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 11 | 171 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.33 |
| HSL | 298.13º | 0.88% | 0.36% | - |
| HSV(B) | 298.13º | 0.94% | 0.67% | - |
| XYZ | 23.2 | 11.29 | 39.48 | - |
| YUV | 75.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 171 | 0.03 | 0.94 | 0 | 0.33 | 298.13 | 0.88 | 0.36 |
| Hex | A6 | B | AB | 3 | 5E | 0 | 21 | 12A | 58 | 24 |
| Octal | 246 | 13 | 253 | 3 | 136 | 0 | 41 | 452 | 130 | 44 |
| Binary | 10100110 | 1011 | 10101011 | 11 | 1011110 | 0 | 100001 | 100101010 | 1011000 | 100100 |
Color Harmonies of #A60BAB
Complementary color
Monochromatic Colors of #A60BAB
Black with #A60BAB
Text Example
Text Example
White with #A60BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BAB; }
p { color: rgb(166,11,171); }
H1.HeaderClassName
{
color: #A60BAB;
}
.AnyTagClassName
{
color: #A60BAB;
}
</style>
background-color css
<style>
a { background-color: #A60BAB; }
a { background-color: rgb(166,11,171); }
div.DivClassName
{
background-color: #A60BAB;
}
.BgClassName
{
background-color: #A60BAB;
}
</style>
border-color css
<style>
span { border-color: #A60BAB; }
span { border-color: rgb(166,11,171); }
td.TdClassName
{
border-color: #A60BAB;
}
.TagClassName
{
border-color: #A60BAB;
}
</style>