Shades of Dark Magenta #A11697
Tints of Dark Magenta #A11697
RGB
CMYK
RGB Variations
Color information
#A11697 (or 0xA11697) is known color: Dark Magenta. HEX triplet: A1, 16 and 97. RGB value is (161,22,151). Sum of RGB (Red+Green+Blue) = 161+22+151=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A11697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11697 is #5EE968. Grayscale: #4D4D4D. Windows color (decimal): -6220137 or 9901729. OLE color: 9901729.
HSL color Cylindrical-coordinate representation of color #A11697: hue angle of 304.32º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11697 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 151 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.37 |
| HSL | 304.32º | 0.76% | 0.36% | - |
| HSV(B) | 304.32º | 0.86% | 0.63% | - |
| XYZ | 20.57 | 10.39 | 30.2 | - |
| YUV | 78.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 151 | 0 | 0.86 | 0.06 | 0.37 | 304.32 | 0.76 | 0.36 |
| Hex | A1 | 16 | 97 | 0 | 56 | 6 | 25 | 130 | 4C | 24 |
| Octal | 241 | 26 | 227 | 0 | 126 | 6 | 45 | 460 | 114 | 44 |
| Binary | 10100001 | 10110 | 10010111 | 0 | 1010110 | 110 | 100101 | 100110000 | 1001100 | 100100 |
Color Harmonies of #A11697
Complementary color
Monochromatic Colors of #A11697
Black with #A11697
Text Example
Text Example
White with #A11697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11697; }
p { color: rgb(161,22,151); }
H1.HeaderClassName
{
color: #A11697;
}
.AnyTagClassName
{
color: #A11697;
}
</style>
background-color css
<style>
a { background-color: #A11697; }
a { background-color: rgb(161,22,151); }
div.DivClassName
{
background-color: #A11697;
}
.BgClassName
{
background-color: #A11697;
}
</style>
border-color css
<style>
span { border-color: #A11697; }
span { border-color: rgb(161,22,151); }
td.TdClassName
{
border-color: #A11697;
}
.TagClassName
{
border-color: #A11697;
}
</style>