Shades of Dark Magenta #A41D9B
Tints of Dark Magenta #A41D9B
RGB
CMYK
RGB Variations
Color information
#A41D9B (or 0xA41D9B) is known color: Dark Magenta. HEX triplet: A4, 1D and 9B. RGB value is (164,29,155). Sum of RGB (Red+Green+Blue) = 164+29+155=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41D9B is #5BE264. Grayscale: #535353. Windows color (decimal): -6021733 or 10165668. OLE color: 10165668.
HSL color Cylindrical-coordinate representation of color #A41D9B: hue angle of 304º degrees, saturation: 0.7, 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 #A41D9B is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 155 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.36 |
| HSL | 304º | 0.7% | 0.38% | - |
| HSV(B) | 304º | 0.82% | 0.64% | - |
| XYZ | 21.67 | 11.14 | 32.02 | - |
| YUV | 83.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 155 | 0 | 0.82 | 0.05 | 0.36 | 304 | 0.7 | 0.38 |
| Hex | A4 | 1D | 9B | 0 | 52 | 5 | 24 | 130 | 46 | 26 |
| Octal | 244 | 35 | 233 | 0 | 122 | 5 | 44 | 460 | 106 | 46 |
| Binary | 10100100 | 11101 | 10011011 | 0 | 1010010 | 101 | 100100 | 100110000 | 1000110 | 100110 |
Color Harmonies of #A41D9B
Complementary color
Monochromatic Colors of #A41D9B
Black with #A41D9B
Text Example
Text Example
White with #A41D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D9B; }
p { color: rgb(164,29,155); }
H1.HeaderClassName
{
color: #A41D9B;
}
.AnyTagClassName
{
color: #A41D9B;
}
</style>
background-color css
<style>
a { background-color: #A41D9B; }
a { background-color: rgb(164,29,155); }
div.DivClassName
{
background-color: #A41D9B;
}
.BgClassName
{
background-color: #A41D9B;
}
</style>
border-color css
<style>
span { border-color: #A41D9B; }
span { border-color: rgb(164,29,155); }
td.TdClassName
{
border-color: #A41D9B;
}
.TagClassName
{
border-color: #A41D9B;
}
</style>