Shades of Dark Magenta #A91AA4
Tints of Dark Magenta #A91AA4
RGB
CMYK
RGB Variations
Color information
#A91AA4 (or 0xA91AA4) is known color: Dark Magenta. HEX triplet: A9, 1A and A4. RGB value is (169,26,164). Sum of RGB (Red+Green+Blue) = 169+26+164=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A91AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AA4 is #56E55B. Grayscale: #545454. Windows color (decimal): -5694812 or 10754729. OLE color: 10754729.
HSL color Cylindrical-coordinate representation of color #A91AA4: hue angle of 302.1º 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 #A91AA4 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 164 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.34 |
| HSL | 302.1º | 0.73% | 0.38% | - |
| HSV(B) | 302.1º | 0.85% | 0.66% | - |
| XYZ | 23.43 | 11.85 | 36.18 | - |
| YUV | 84.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 164 | 0 | 0.85 | 0.03 | 0.34 | 302.1 | 0.73 | 0.38 |
| Hex | A9 | 1A | A4 | 0 | 55 | 3 | 22 | 12E | 49 | 26 |
| Octal | 251 | 32 | 244 | 0 | 125 | 3 | 42 | 456 | 111 | 46 |
| Binary | 10101001 | 11010 | 10100100 | 0 | 1010101 | 11 | 100010 | 100101110 | 1001001 | 100110 |
Color Harmonies of #A91AA4
Complementary color
Monochromatic Colors of #A91AA4
Black with #A91AA4
Text Example
Text Example
White with #A91AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AA4; }
p { color: rgb(169,26,164); }
H1.HeaderClassName
{
color: #A91AA4;
}
.AnyTagClassName
{
color: #A91AA4;
}
</style>
background-color css
<style>
a { background-color: #A91AA4; }
a { background-color: rgb(169,26,164); }
div.DivClassName
{
background-color: #A91AA4;
}
.BgClassName
{
background-color: #A91AA4;
}
</style>
border-color css
<style>
span { border-color: #A91AA4; }
span { border-color: rgb(169,26,164); }
td.TdClassName
{
border-color: #A91AA4;
}
.TagClassName
{
border-color: #A91AA4;
}
</style>