Shades of Dark Magenta #A11293
Tints of Dark Magenta #A11293
RGB
CMYK
RGB Variations
Color information
#A11293 (or 0xA11293) is known color: Dark Magenta. HEX triplet: A1, 12 and 93. RGB value is (161,18,147). Sum of RGB (Red+Green+Blue) = 161+18+147=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A11293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11293 is #5EED6C. Grayscale: #4B4B4B. Windows color (decimal): -6221165 or 9638561. OLE color: 9638561.
HSL color Cylindrical-coordinate representation of color #A11293: hue angle of 305.87º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11293 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 147 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.37 |
| HSL | 305.87º | 0.8% | 0.35% | - |
| HSV(B) | 305.87º | 0.89% | 0.63% | - |
| XYZ | 20.18 | 10.12 | 28.49 | - |
| YUV | 75.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 147 | 0 | 0.89 | 0.09 | 0.37 | 305.87 | 0.8 | 0.35 |
| Hex | A1 | 12 | 93 | 0 | 59 | 9 | 25 | 132 | 50 | 23 |
| Octal | 241 | 22 | 223 | 0 | 131 | 11 | 45 | 462 | 120 | 43 |
| Binary | 10100001 | 10010 | 10010011 | 0 | 1011001 | 1001 | 100101 | 100110010 | 1010000 | 100011 |
Color Harmonies of #A11293
Complementary color
Monochromatic Colors of #A11293
Black with #A11293
Text Example
Text Example
White with #A11293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11293; }
p { color: rgb(161,18,147); }
H1.HeaderClassName
{
color: #A11293;
}
.AnyTagClassName
{
color: #A11293;
}
</style>
background-color css
<style>
a { background-color: #A11293; }
a { background-color: rgb(161,18,147); }
div.DivClassName
{
background-color: #A11293;
}
.BgClassName
{
background-color: #A11293;
}
</style>
border-color css
<style>
span { border-color: #A11293; }
span { border-color: rgb(161,18,147); }
td.TdClassName
{
border-color: #A11293;
}
.TagClassName
{
border-color: #A11293;
}
</style>