Shades of Dark Magenta #A41AAB
Tints of Dark Magenta #A41AAB
RGB
CMYK
RGB Variations
Color information
#A41AAB (or 0xA41AAB) is known color: Dark Magenta. HEX triplet: A4, 1A and AB. RGB value is (164,26,171). Sum of RGB (Red+Green+Blue) = 164+26+171=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #A41AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AAB is #5BE554. Grayscale: #535353. Windows color (decimal): -6022485 or 11213476. OLE color: 11213476.
HSL color Cylindrical-coordinate representation of color #A41AAB: hue angle of 297.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41AAB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 26 | 171 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.33 |
| HSL | 297.1º | 0.74% | 0.39% | - |
| HSV(B) | 297.1º | 0.85% | 0.67% | - |
| XYZ | 23.03 | 11.57 | 39.55 | - |
| YUV | 83.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 171 | 0.04 | 0.85 | 0 | 0.33 | 297.1 | 0.74 | 0.39 |
| Hex | A4 | 1A | AB | 4 | 55 | 0 | 21 | 129 | 4A | 27 |
| Octal | 244 | 32 | 253 | 4 | 125 | 0 | 41 | 451 | 112 | 47 |
| Binary | 10100100 | 11010 | 10101011 | 100 | 1010101 | 0 | 100001 | 100101001 | 1001010 | 100111 |
Color Harmonies of #A41AAB
Complementary color
Monochromatic Colors of #A41AAB
Black with #A41AAB
Text Example
Text Example
White with #A41AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AAB; }
p { color: rgb(164,26,171); }
H1.HeaderClassName
{
color: #A41AAB;
}
.AnyTagClassName
{
color: #A41AAB;
}
</style>
background-color css
<style>
a { background-color: #A41AAB; }
a { background-color: rgb(164,26,171); }
div.DivClassName
{
background-color: #A41AAB;
}
.BgClassName
{
background-color: #A41AAB;
}
</style>
border-color css
<style>
span { border-color: #A41AAB; }
span { border-color: rgb(164,26,171); }
td.TdClassName
{
border-color: #A41AAB;
}
.TagClassName
{
border-color: #A41AAB;
}
</style>