Shades of Dark Magenta #A41BA6
Tints of Dark Magenta #A41BA6
RGB
CMYK
RGB Variations
Color information
#A41BA6 (or 0xA41BA6) is known color: Dark Magenta. HEX triplet: A4, 1B and A6. RGB value is (164,27,166). Sum of RGB (Red+Green+Blue) = 164+27+166=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #A41BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BA6 is #5BE459. Grayscale: #535353. Windows color (decimal): -6022234 or 10886052. OLE color: 10886052.
HSL color Cylindrical-coordinate representation of color #A41BA6: hue angle of 299.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41BA6 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 27 | 166 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.35 |
| HSL | 299.14º | 0.72% | 0.38% | - |
| HSV(B) | 299.14º | 0.84% | 0.65% | - |
| XYZ | 22.58 | 11.43 | 37.09 | - |
| YUV | 83.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 166 | 0.01 | 0.84 | 0 | 0.35 | 299.14 | 0.72 | 0.38 |
| Hex | A4 | 1B | A6 | 1 | 54 | 0 | 23 | 12B | 48 | 26 |
| Octal | 244 | 33 | 246 | 1 | 124 | 0 | 43 | 453 | 110 | 46 |
| Binary | 10100100 | 11011 | 10100110 | 1 | 1010100 | 0 | 100011 | 100101011 | 1001000 | 100110 |
Color Harmonies of #A41BA6
Complementary color
Monochromatic Colors of #A41BA6
Black with #A41BA6
Text Example
Text Example
White with #A41BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BA6; }
p { color: rgb(164,27,166); }
H1.HeaderClassName
{
color: #A41BA6;
}
.AnyTagClassName
{
color: #A41BA6;
}
</style>
background-color css
<style>
a { background-color: #A41BA6; }
a { background-color: rgb(164,27,166); }
div.DivClassName
{
background-color: #A41BA6;
}
.BgClassName
{
background-color: #A41BA6;
}
</style>
border-color css
<style>
span { border-color: #A41BA6; }
span { border-color: rgb(164,27,166); }
td.TdClassName
{
border-color: #A41BA6;
}
.TagClassName
{
border-color: #A41BA6;
}
</style>