Shades of Dark Magenta #A41096
Tints of Dark Magenta #A41096
RGB
CMYK
RGB Variations
Color information
#A41096 (or 0xA41096) is known color: Dark Magenta. HEX triplet: A4, 10 and 96. RGB value is (164,16,150). Sum of RGB (Red+Green+Blue) = 164+16+150=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A41096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41096 is #5BEF69. Grayscale: #4B4B4B. Windows color (decimal): -6025066 or 9834660. OLE color: 9834660.
HSL color Cylindrical-coordinate representation of color #A41096: hue angle of 305.68º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41096 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 150 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.36 |
| HSL | 305.68º | 0.82% | 0.35% | - |
| HSV(B) | 305.68º | 0.9% | 0.64% | - |
| XYZ | 21 | 10.47 | 29.77 | - |
| YUV | 75.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 150 | 0 | 0.90 | 0.09 | 0.36 | 305.68 | 0.82 | 0.35 |
| Hex | A4 | 10 | 96 | 0 | 5A | 9 | 24 | 132 | 52 | 23 |
| Octal | 244 | 20 | 226 | 0 | 132 | 11 | 44 | 462 | 122 | 43 |
| Binary | 10100100 | 10000 | 10010110 | 0 | 1011010 | 1001 | 100100 | 100110010 | 1010010 | 100011 |
Color Harmonies of #A41096
Complementary color
Monochromatic Colors of #A41096
Black with #A41096
Text Example
Text Example
White with #A41096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41096; }
p { color: rgb(164,16,150); }
H1.HeaderClassName
{
color: #A41096;
}
.AnyTagClassName
{
color: #A41096;
}
</style>
background-color css
<style>
a { background-color: #A41096; }
a { background-color: rgb(164,16,150); }
div.DivClassName
{
background-color: #A41096;
}
.BgClassName
{
background-color: #A41096;
}
</style>
border-color css
<style>
span { border-color: #A41096; }
span { border-color: rgb(164,16,150); }
td.TdClassName
{
border-color: #A41096;
}
.TagClassName
{
border-color: #A41096;
}
</style>