Shades of Dark Magenta #A41198
Tints of Dark Magenta #A41198
RGB
CMYK
RGB Variations
Color information
#A41198 (or 0xA41198) is known color: Dark Magenta. HEX triplet: A4, 11 and 98. RGB value is (164,17,152). Sum of RGB (Red+Green+Blue) = 164+17+152=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A41198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41198 is #5BEE67. Grayscale: #4B4B4B. Windows color (decimal): -6024808 or 9965988. OLE color: 9965988.
HSL color Cylindrical-coordinate representation of color #A41198: hue angle of 304.9º degrees, saturation: 0.81, 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 #A41198 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 152 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.36 |
| HSL | 304.9º | 0.81% | 0.35% | - |
| HSV(B) | 304.9º | 0.9% | 0.64% | - |
| XYZ | 21.18 | 10.56 | 30.63 | - |
| YUV | 76.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 152 | 0 | 0.90 | 0.07 | 0.36 | 304.9 | 0.81 | 0.35 |
| Hex | A4 | 11 | 98 | 0 | 5A | 7 | 24 | 131 | 51 | 23 |
| Octal | 244 | 21 | 230 | 0 | 132 | 7 | 44 | 461 | 121 | 43 |
| Binary | 10100100 | 10001 | 10011000 | 0 | 1011010 | 111 | 100100 | 100110001 | 1010001 | 100011 |
Color Harmonies of #A41198
Complementary color
Monochromatic Colors of #A41198
Black with #A41198
Text Example
Text Example
White with #A41198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41198; }
p { color: rgb(164,17,152); }
H1.HeaderClassName
{
color: #A41198;
}
.AnyTagClassName
{
color: #A41198;
}
</style>
background-color css
<style>
a { background-color: #A41198; }
a { background-color: rgb(164,17,152); }
div.DivClassName
{
background-color: #A41198;
}
.BgClassName
{
background-color: #A41198;
}
</style>
border-color css
<style>
span { border-color: #A41198; }
span { border-color: rgb(164,17,152); }
td.TdClassName
{
border-color: #A41198;
}
.TagClassName
{
border-color: #A41198;
}
</style>