Shades of Dark Magenta #A41EA2
Tints of Dark Magenta #A41EA2
RGB
CMYK
RGB Variations
Color information
#A41EA2 (or 0xA41EA2) is known color: Dark Magenta. HEX triplet: A4, 1E and A2. RGB value is (164,30,162). Sum of RGB (Red+Green+Blue) = 164+30+162=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A41EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EA2 is #5BE15D. Grayscale: #545454. Windows color (decimal): -6021470 or 10624676. OLE color: 10624676.
HSL color Cylindrical-coordinate representation of color #A41EA2: hue angle of 300.9º 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 #A41EA2 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 162 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.36 |
| HSL | 300.9º | 0.69% | 0.38% | - |
| HSV(B) | 300.9º | 0.82% | 0.64% | - |
| XYZ | 22.3 | 11.43 | 35.21 | - |
| YUV | 85.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 162 | 0 | 0.82 | 0.01 | 0.36 | 300.9 | 0.69 | 0.38 |
| Hex | A4 | 1E | A2 | 0 | 52 | 1 | 24 | 12D | 45 | 26 |
| Octal | 244 | 36 | 242 | 0 | 122 | 1 | 44 | 455 | 105 | 46 |
| Binary | 10100100 | 11110 | 10100010 | 0 | 1010010 | 1 | 100100 | 100101101 | 1000101 | 100110 |
Color Harmonies of #A41EA2
Complementary color
Monochromatic Colors of #A41EA2
Black with #A41EA2
Text Example
Text Example
White with #A41EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EA2; }
p { color: rgb(164,30,162); }
H1.HeaderClassName
{
color: #A41EA2;
}
.AnyTagClassName
{
color: #A41EA2;
}
</style>
background-color css
<style>
a { background-color: #A41EA2; }
a { background-color: rgb(164,30,162); }
div.DivClassName
{
background-color: #A41EA2;
}
.BgClassName
{
background-color: #A41EA2;
}
</style>
border-color css
<style>
span { border-color: #A41EA2; }
span { border-color: rgb(164,30,162); }
td.TdClassName
{
border-color: #A41EA2;
}
.TagClassName
{
border-color: #A41EA2;
}
</style>