Shades of Dark Magenta #A41E9C
Tints of Dark Magenta #A41E9C
RGB
CMYK
RGB Variations
Color information
#A41E9C (or 0xA41E9C) is known color: Dark Magenta. HEX triplet: A4, 1E and 9C. RGB value is (164,30,156). Sum of RGB (Red+Green+Blue) = 164+30+156=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E9C is #5BE163. Grayscale: #545454. Windows color (decimal): -6021476 or 10231460. OLE color: 10231460.
HSL color Cylindrical-coordinate representation of color #A41E9C: hue angle of 303.58º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E9C is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 156 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.36 |
| HSL | 303.58º | 0.69% | 0.38% | - |
| HSV(B) | 303.58º | 0.82% | 0.64% | - |
| XYZ | 21.77 | 11.22 | 32.47 | - |
| YUV | 84.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 156 | 0 | 0.82 | 0.05 | 0.36 | 303.58 | 0.69 | 0.38 |
| Hex | A4 | 1E | 9C | 0 | 52 | 5 | 24 | 130 | 45 | 26 |
| Octal | 244 | 36 | 234 | 0 | 122 | 5 | 44 | 460 | 105 | 46 |
| Binary | 10100100 | 11110 | 10011100 | 0 | 1010010 | 101 | 100100 | 100110000 | 1000101 | 100110 |
Color Harmonies of #A41E9C
Complementary color
Monochromatic Colors of #A41E9C
Black with #A41E9C
Text Example
Text Example
White with #A41E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E9C; }
p { color: rgb(164,30,156); }
H1.HeaderClassName
{
color: #A41E9C;
}
.AnyTagClassName
{
color: #A41E9C;
}
</style>
background-color css
<style>
a { background-color: #A41E9C; }
a { background-color: rgb(164,30,156); }
div.DivClassName
{
background-color: #A41E9C;
}
.BgClassName
{
background-color: #A41E9C;
}
</style>
border-color css
<style>
span { border-color: #A41E9C; }
span { border-color: rgb(164,30,156); }
td.TdClassName
{
border-color: #A41E9C;
}
.TagClassName
{
border-color: #A41E9C;
}
</style>