Shades of Dark Magenta #A41E9B
Tints of Dark Magenta #A41E9B
RGB
CMYK
RGB Variations
Color information
#A41E9B (or 0xA41E9B) is known color: Dark Magenta. HEX triplet: A4, 1E and 9B. RGB value is (164,30,155). Sum of RGB (Red+Green+Blue) = 164+30+155=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E9B is #5BE164. Grayscale: #535353. Windows color (decimal): -6021477 or 10165924. OLE color: 10165924.
HSL color Cylindrical-coordinate representation of color #A41E9B: hue angle of 304.03º 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 #A41E9B is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 155 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.36 |
| HSL | 304.03º | 0.69% | 0.38% | - |
| HSV(B) | 304.03º | 0.82% | 0.64% | - |
| XYZ | 21.69 | 11.19 | 32.03 | - |
| YUV | 84.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 155 | 0 | 0.82 | 0.05 | 0.36 | 304.03 | 0.69 | 0.38 |
| Hex | A4 | 1E | 9B | 0 | 52 | 5 | 24 | 130 | 45 | 26 |
| Octal | 244 | 36 | 233 | 0 | 122 | 5 | 44 | 460 | 105 | 46 |
| Binary | 10100100 | 11110 | 10011011 | 0 | 1010010 | 101 | 100100 | 100110000 | 1000101 | 100110 |
Color Harmonies of #A41E9B
Complementary color
Monochromatic Colors of #A41E9B
Black with #A41E9B
Text Example
Text Example
White with #A41E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E9B; }
p { color: rgb(164,30,155); }
H1.HeaderClassName
{
color: #A41E9B;
}
.AnyTagClassName
{
color: #A41E9B;
}
</style>
background-color css
<style>
a { background-color: #A41E9B; }
a { background-color: rgb(164,30,155); }
div.DivClassName
{
background-color: #A41E9B;
}
.BgClassName
{
background-color: #A41E9B;
}
</style>
border-color css
<style>
span { border-color: #A41E9B; }
span { border-color: rgb(164,30,155); }
td.TdClassName
{
border-color: #A41E9B;
}
.TagClassName
{
border-color: #A41E9B;
}
</style>