Shades of Dark Magenta #A91198
Tints of Dark Magenta #A91198
RGB
CMYK
RGB Variations
Color information
#A91198 (or 0xA91198) is known color: Dark Magenta. HEX triplet: A9, 11 and 98. RGB value is (169,17,152). Sum of RGB (Red+Green+Blue) = 169+17+152=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A91198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91198 is #56EE67. Grayscale: #4D4D4D. Windows color (decimal): -5697128 or 9965993. OLE color: 9965993.
HSL color Cylindrical-coordinate representation of color #A91198: hue angle of 306.71º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91198 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 152 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.34 |
| HSL | 306.71º | 0.82% | 0.36% | - |
| HSV(B) | 306.71º | 0.9% | 0.66% | - |
| XYZ | 22.23 | 11.1 | 30.68 | - |
| YUV | 77.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 152 | 0 | 0.90 | 0.10 | 0.34 | 306.71 | 0.82 | 0.36 |
| Hex | A9 | 11 | 98 | 0 | 5A | A | 22 | 133 | 52 | 24 |
| Octal | 251 | 21 | 230 | 0 | 132 | 12 | 42 | 463 | 122 | 44 |
| Binary | 10101001 | 10001 | 10011000 | 0 | 1011010 | 1010 | 100010 | 100110011 | 1010010 | 100100 |
Color Harmonies of #A91198
Complementary color
Monochromatic Colors of #A91198
Black with #A91198
Text Example
Text Example
White with #A91198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91198; }
p { color: rgb(169,17,152); }
H1.HeaderClassName
{
color: #A91198;
}
.AnyTagClassName
{
color: #A91198;
}
</style>
background-color css
<style>
a { background-color: #A91198; }
a { background-color: rgb(169,17,152); }
div.DivClassName
{
background-color: #A91198;
}
.BgClassName
{
background-color: #A91198;
}
</style>
border-color css
<style>
span { border-color: #A91198; }
span { border-color: rgb(169,17,152); }
td.TdClassName
{
border-color: #A91198;
}
.TagClassName
{
border-color: #A91198;
}
</style>