Shades of Dark Magenta #A10BAE
Tints of Dark Magenta #A10BAE
RGB
CMYK
RGB Variations
Color information
#A10BAE (or 0xA10BAE) is known color: Dark Magenta. HEX triplet: A1, 0B and AE. RGB value is (161,11,174). Sum of RGB (Red+Green+Blue) = 161+11+174=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #A10BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10BAE is #5EF451. Grayscale: #494949. Windows color (decimal): -6222930 or 11406241. OLE color: 11406241.
HSL color Cylindrical-coordinate representation of color #A10BAE: hue angle of 295.21º 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 #A10BAE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 11 | 174 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.32 |
| HSL | 295.21º | 0.88% | 0.36% | - |
| HSV(B) | 295.21º | 0.94% | 0.68% | - |
| XYZ | 22.46 | 10.87 | 40.96 | - |
| YUV | 74.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 174 | 0.07 | 0.94 | 0 | 0.32 | 295.21 | 0.88 | 0.36 |
| Hex | A1 | B | AE | 7 | 5E | 0 | 20 | 127 | 58 | 24 |
| Octal | 241 | 13 | 256 | 7 | 136 | 0 | 40 | 447 | 130 | 44 |
| Binary | 10100001 | 1011 | 10101110 | 111 | 1011110 | 0 | 100000 | 100100111 | 1011000 | 100100 |
Color Harmonies of #A10BAE
Complementary color
Monochromatic Colors of #A10BAE
Black with #A10BAE
Text Example
Text Example
White with #A10BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BAE; }
p { color: rgb(161,11,174); }
H1.HeaderClassName
{
color: #A10BAE;
}
.AnyTagClassName
{
color: #A10BAE;
}
</style>
background-color css
<style>
a { background-color: #A10BAE; }
a { background-color: rgb(161,11,174); }
div.DivClassName
{
background-color: #A10BAE;
}
.BgClassName
{
background-color: #A10BAE;
}
</style>
border-color css
<style>
span { border-color: #A10BAE; }
span { border-color: rgb(161,11,174); }
td.TdClassName
{
border-color: #A10BAE;
}
.TagClassName
{
border-color: #A10BAE;
}
</style>