Shades of Dark Magenta #A91097
Tints of Dark Magenta #A91097
RGB
CMYK
RGB Variations
Color information
#A91097 (or 0xA91097) is known color: Dark Magenta. HEX triplet: A9, 10 and 97. RGB value is (169,16,151). Sum of RGB (Red+Green+Blue) = 169+16+151=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A91097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91097 is #56EF68. Grayscale: #4C4C4C. Windows color (decimal): -5697385 or 9900201. OLE color: 9900201.
HSL color Cylindrical-coordinate representation of color #A91097: hue angle of 307.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91097 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 151 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.34 |
| HSL | 307.06º | 0.83% | 0.36% | - |
| HSV(B) | 307.06º | 0.91% | 0.66% | - |
| XYZ | 22.13 | 11.04 | 30.24 | - |
| YUV | 77.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 151 | 0 | 0.91 | 0.11 | 0.34 | 307.06 | 0.83 | 0.36 |
| Hex | A9 | 10 | 97 | 0 | 5B | B | 22 | 133 | 53 | 24 |
| Octal | 251 | 20 | 227 | 0 | 133 | 13 | 42 | 463 | 123 | 44 |
| Binary | 10101001 | 10000 | 10010111 | 0 | 1011011 | 1011 | 100010 | 100110011 | 1010011 | 100100 |
Color Harmonies of #A91097
Complementary color
Monochromatic Colors of #A91097
Black with #A91097
Text Example
Text Example
White with #A91097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91097; }
p { color: rgb(169,16,151); }
H1.HeaderClassName
{
color: #A91097;
}
.AnyTagClassName
{
color: #A91097;
}
</style>
background-color css
<style>
a { background-color: #A91097; }
a { background-color: rgb(169,16,151); }
div.DivClassName
{
background-color: #A91097;
}
.BgClassName
{
background-color: #A91097;
}
</style>
border-color css
<style>
span { border-color: #A91097; }
span { border-color: rgb(169,16,151); }
td.TdClassName
{
border-color: #A91097;
}
.TagClassName
{
border-color: #A91097;
}
</style>