Shades of Dark Magenta #A41AAA
Tints of Dark Magenta #A41AAA
RGB
CMYK
RGB Variations
Color information
#A41AAA (or 0xA41AAA) is known color: Dark Magenta. HEX triplet: A4, 1A and AA. RGB value is (164,26,170). Sum of RGB (Red+Green+Blue) = 164+26+170=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #A41AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AAA is #5BE555. Grayscale: #535353. Windows color (decimal): -6022486 or 11147940. OLE color: 11147940.
HSL color Cylindrical-coordinate representation of color #A41AAA: hue angle of 297.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41AAA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 26 | 170 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.33 |
| HSL | 297.5º | 0.73% | 0.38% | - |
| HSV(B) | 297.5º | 0.85% | 0.67% | - |
| XYZ | 22.93 | 11.53 | 39.05 | - |
| YUV | 83.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 170 | 0.04 | 0.85 | 0 | 0.33 | 297.5 | 0.73 | 0.38 |
| Hex | A4 | 1A | AA | 4 | 55 | 0 | 21 | 12A | 49 | 26 |
| Octal | 244 | 32 | 252 | 4 | 125 | 0 | 41 | 452 | 111 | 46 |
| Binary | 10100100 | 11010 | 10101010 | 100 | 1010101 | 0 | 100001 | 100101010 | 1001001 | 100110 |
Color Harmonies of #A41AAA
Complementary color
Monochromatic Colors of #A41AAA
Black with #A41AAA
Text Example
Text Example
White with #A41AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AAA; }
p { color: rgb(164,26,170); }
H1.HeaderClassName
{
color: #A41AAA;
}
.AnyTagClassName
{
color: #A41AAA;
}
</style>
background-color css
<style>
a { background-color: #A41AAA; }
a { background-color: rgb(164,26,170); }
div.DivClassName
{
background-color: #A41AAA;
}
.BgClassName
{
background-color: #A41AAA;
}
</style>
border-color css
<style>
span { border-color: #A41AAA; }
span { border-color: rgb(164,26,170); }
td.TdClassName
{
border-color: #A41AAA;
}
.TagClassName
{
border-color: #A41AAA;
}
</style>