Shades of Dark Magenta #A91AA6
Tints of Dark Magenta #A91AA6
RGB
CMYK
RGB Variations
Color information
#A91AA6 (or 0xA91AA6) is known color: Dark Magenta. HEX triplet: A9, 1A and A6. RGB value is (169,26,166). Sum of RGB (Red+Green+Blue) = 169+26+166=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A91AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AA6 is #56E559. Grayscale: #545454. Windows color (decimal): -5694810 or 10885801. OLE color: 10885801.
HSL color Cylindrical-coordinate representation of color #A91AA6: hue angle of 301.26º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91AA6 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 166 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.34 |
| HSL | 301.26º | 0.73% | 0.38% | - |
| HSV(B) | 301.26º | 0.85% | 0.66% | - |
| XYZ | 23.61 | 11.93 | 37.13 | - |
| YUV | 84.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 166 | 0 | 0.85 | 0.02 | 0.34 | 301.26 | 0.73 | 0.38 |
| Hex | A9 | 1A | A6 | 0 | 55 | 2 | 22 | 12D | 49 | 26 |
| Octal | 251 | 32 | 246 | 0 | 125 | 2 | 42 | 455 | 111 | 46 |
| Binary | 10101001 | 11010 | 10100110 | 0 | 1010101 | 10 | 100010 | 100101101 | 1001001 | 100110 |
Color Harmonies of #A91AA6
Complementary color
Monochromatic Colors of #A91AA6
Black with #A91AA6
Text Example
Text Example
White with #A91AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AA6; }
p { color: rgb(169,26,166); }
H1.HeaderClassName
{
color: #A91AA6;
}
.AnyTagClassName
{
color: #A91AA6;
}
</style>
background-color css
<style>
a { background-color: #A91AA6; }
a { background-color: rgb(169,26,166); }
div.DivClassName
{
background-color: #A91AA6;
}
.BgClassName
{
background-color: #A91AA6;
}
</style>
border-color css
<style>
span { border-color: #A91AA6; }
span { border-color: rgb(169,26,166); }
td.TdClassName
{
border-color: #A91AA6;
}
.TagClassName
{
border-color: #A91AA6;
}
</style>