Shades of Dark Magenta #A91193
Tints of Dark Magenta #A91193
RGB
CMYK
RGB Variations
Color information
#A91193 (or 0xA91193) is known color: Dark Magenta. HEX triplet: A9, 11 and 93. RGB value is (169,17,147). Sum of RGB (Red+Green+Blue) = 169+17+147=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A91193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91193 is #56EE6C. Grayscale: #4C4C4C. Windows color (decimal): -5697133 or 9638313. OLE color: 9638313.
HSL color Cylindrical-coordinate representation of color #A91193: hue angle of 308.68º 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 #A91193 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 147 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.34 |
| HSL | 308.68º | 0.82% | 0.36% | - |
| HSV(B) | 308.68º | 0.9% | 0.66% | - |
| XYZ | 21.83 | 10.94 | 28.57 | - |
| YUV | 77.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 147 | 0 | 0.90 | 0.13 | 0.34 | 308.68 | 0.82 | 0.36 |
| Hex | A9 | 11 | 93 | 0 | 5A | D | 22 | 135 | 52 | 24 |
| Octal | 251 | 21 | 223 | 0 | 132 | 15 | 42 | 465 | 122 | 44 |
| Binary | 10101001 | 10001 | 10010011 | 0 | 1011010 | 1101 | 100010 | 100110101 | 1010010 | 100100 |
Color Harmonies of #A91193
Complementary color
Monochromatic Colors of #A91193
Black with #A91193
Text Example
Text Example
White with #A91193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91193; }
p { color: rgb(169,17,147); }
H1.HeaderClassName
{
color: #A91193;
}
.AnyTagClassName
{
color: #A91193;
}
</style>
background-color css
<style>
a { background-color: #A91193; }
a { background-color: rgb(169,17,147); }
div.DivClassName
{
background-color: #A91193;
}
.BgClassName
{
background-color: #A91193;
}
</style>
border-color css
<style>
span { border-color: #A91193; }
span { border-color: rgb(169,17,147); }
td.TdClassName
{
border-color: #A91193;
}
.TagClassName
{
border-color: #A91193;
}
</style>