Shades of Dark Magenta #A41CA2
Tints of Dark Magenta #A41CA2
RGB
CMYK
RGB Variations
Color information
#A41CA2 (or 0xA41CA2) is known color: Dark Magenta. HEX triplet: A4, 1C and A2. RGB value is (164,28,162). Sum of RGB (Red+Green+Blue) = 164+28+162=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A41CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41CA2 is #5BE35D. Grayscale: #535353. Windows color (decimal): -6021982 or 10624164. OLE color: 10624164.
HSL color Cylindrical-coordinate representation of color #A41CA2: hue angle of 300.88º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41CA2 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 162 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.36 |
| HSL | 300.88º | 0.71% | 0.38% | - |
| HSV(B) | 300.88º | 0.83% | 0.64% | - |
| XYZ | 22.25 | 11.33 | 35.2 | - |
| YUV | 83.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 162 | 0 | 0.83 | 0.01 | 0.36 | 300.88 | 0.71 | 0.38 |
| Hex | A4 | 1C | A2 | 0 | 53 | 1 | 24 | 12D | 47 | 26 |
| Octal | 244 | 34 | 242 | 0 | 123 | 1 | 44 | 455 | 107 | 46 |
| Binary | 10100100 | 11100 | 10100010 | 0 | 1010011 | 1 | 100100 | 100101101 | 1000111 | 100110 |
Color Harmonies of #A41CA2
Complementary color
Monochromatic Colors of #A41CA2
Black with #A41CA2
Text Example
Text Example
White with #A41CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CA2; }
p { color: rgb(164,28,162); }
H1.HeaderClassName
{
color: #A41CA2;
}
.AnyTagClassName
{
color: #A41CA2;
}
</style>
background-color css
<style>
a { background-color: #A41CA2; }
a { background-color: rgb(164,28,162); }
div.DivClassName
{
background-color: #A41CA2;
}
.BgClassName
{
background-color: #A41CA2;
}
</style>
border-color css
<style>
span { border-color: #A41CA2; }
span { border-color: rgb(164,28,162); }
td.TdClassName
{
border-color: #A41CA2;
}
.TagClassName
{
border-color: #A41CA2;
}
</style>