Shades of Dark Magenta #A10BAB
Tints of Dark Magenta #A10BAB
RGB
CMYK
RGB Variations
Color information
#A10BAB (or 0xA10BAB) is known color: Dark Magenta. HEX triplet: A1, 0B and AB. RGB value is (161,11,171). Sum of RGB (Red+Green+Blue) = 161+11+171=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #A10BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10BAB is #5EF454. Grayscale: #494949. Windows color (decimal): -6222933 or 11209633. OLE color: 11209633.
HSL color Cylindrical-coordinate representation of color #A10BAB: hue angle of 296.25º 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 #A10BAB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 11 | 171 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 296.25º | 0.88% | 0.36% | - |
| HSV(B) | 296.25º | 0.94% | 0.67% | - |
| XYZ | 22.17 | 10.76 | 39.44 | - |
| YUV | 74.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 171 | 0.06 | 0.94 | 0 | 0.33 | 296.25 | 0.88 | 0.36 |
| Hex | A1 | B | AB | 6 | 5E | 0 | 21 | 128 | 58 | 24 |
| Octal | 241 | 13 | 253 | 6 | 136 | 0 | 41 | 450 | 130 | 44 |
| Binary | 10100001 | 1011 | 10101011 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011000 | 100100 |
Color Harmonies of #A10BAB
Complementary color
Monochromatic Colors of #A10BAB
Black with #A10BAB
Text Example
Text Example
White with #A10BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BAB; }
p { color: rgb(161,11,171); }
H1.HeaderClassName
{
color: #A10BAB;
}
.AnyTagClassName
{
color: #A10BAB;
}
</style>
background-color css
<style>
a { background-color: #A10BAB; }
a { background-color: rgb(161,11,171); }
div.DivClassName
{
background-color: #A10BAB;
}
.BgClassName
{
background-color: #A10BAB;
}
</style>
border-color css
<style>
span { border-color: #A10BAB; }
span { border-color: rgb(161,11,171); }
td.TdClassName
{
border-color: #A10BAB;
}
.TagClassName
{
border-color: #A10BAB;
}
</style>