Shades of Dark Magenta #A11B97
Tints of Dark Magenta #A11B97
RGB
CMYK
RGB Variations
Color information
#A11B97 (or 0xA11B97) is known color: Dark Magenta. HEX triplet: A1, 1B and 97. RGB value is (161,27,151). Sum of RGB (Red+Green+Blue) = 161+27+151=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B97 is #5EE468. Grayscale: #505050. Windows color (decimal): -6218857 or 9903009. OLE color: 9903009.
HSL color Cylindrical-coordinate representation of color #A11B97: hue angle of 304.48º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11B97 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 151 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.37 |
| HSL | 304.48º | 0.71% | 0.37% | - |
| HSV(B) | 304.48º | 0.83% | 0.63% | - |
| XYZ | 20.68 | 10.6 | 30.23 | - |
| YUV | 81.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 151 | 0 | 0.83 | 0.06 | 0.37 | 304.48 | 0.71 | 0.37 |
| Hex | A1 | 1B | 97 | 0 | 53 | 6 | 25 | 130 | 47 | 25 |
| Octal | 241 | 33 | 227 | 0 | 123 | 6 | 45 | 460 | 107 | 45 |
| Binary | 10100001 | 11011 | 10010111 | 0 | 1010011 | 110 | 100101 | 100110000 | 1000111 | 100101 |
Color Harmonies of #A11B97
Complementary color
Monochromatic Colors of #A11B97
Black with #A11B97
Text Example
Text Example
White with #A11B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B97; }
p { color: rgb(161,27,151); }
H1.HeaderClassName
{
color: #A11B97;
}
.AnyTagClassName
{
color: #A11B97;
}
</style>
background-color css
<style>
a { background-color: #A11B97; }
a { background-color: rgb(161,27,151); }
div.DivClassName
{
background-color: #A11B97;
}
.BgClassName
{
background-color: #A11B97;
}
</style>
border-color css
<style>
span { border-color: #A11B97; }
span { border-color: rgb(161,27,151); }
td.TdClassName
{
border-color: #A11B97;
}
.TagClassName
{
border-color: #A11B97;
}
</style>