Shades of Dark Magenta #A11D98
Tints of Dark Magenta #A11D98
RGB
CMYK
RGB Variations
Color information
#A11D98 (or 0xA11D98) is known color: Dark Magenta. HEX triplet: A1, 1D and 98. RGB value is (161,29,152). Sum of RGB (Red+Green+Blue) = 161+29+152=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11D98 is #5EE267. Grayscale: #525252. Windows color (decimal): -6218344 or 9969057. OLE color: 9969057.
HSL color Cylindrical-coordinate representation of color #A11D98: hue angle of 304.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D98 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 152 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.37 |
| HSL | 304.09º | 0.69% | 0.37% | - |
| HSV(B) | 304.09º | 0.82% | 0.63% | - |
| XYZ | 20.8 | 10.72 | 30.68 | - |
| YUV | 82.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 152 | 0 | 0.82 | 0.06 | 0.37 | 304.09 | 0.69 | 0.37 |
| Hex | A1 | 1D | 98 | 0 | 52 | 6 | 25 | 130 | 45 | 25 |
| Octal | 241 | 35 | 230 | 0 | 122 | 6 | 45 | 460 | 105 | 45 |
| Binary | 10100001 | 11101 | 10011000 | 0 | 1010010 | 110 | 100101 | 100110000 | 1000101 | 100101 |
Color Harmonies of #A11D98
Complementary color
Monochromatic Colors of #A11D98
Black with #A11D98
Text Example
Text Example
White with #A11D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D98; }
p { color: rgb(161,29,152); }
H1.HeaderClassName
{
color: #A11D98;
}
.AnyTagClassName
{
color: #A11D98;
}
</style>
background-color css
<style>
a { background-color: #A11D98; }
a { background-color: rgb(161,29,152); }
div.DivClassName
{
background-color: #A11D98;
}
.BgClassName
{
background-color: #A11D98;
}
</style>
border-color css
<style>
span { border-color: #A11D98; }
span { border-color: rgb(161,29,152); }
td.TdClassName
{
border-color: #A11D98;
}
.TagClassName
{
border-color: #A11D98;
}
</style>