Shades of Dark Magenta #A91AA3
Tints of Dark Magenta #A91AA3
RGB
CMYK
RGB Variations
Color information
#A91AA3 (or 0xA91AA3) is known color: Dark Magenta. HEX triplet: A9, 1A and A3. RGB value is (169,26,163). Sum of RGB (Red+Green+Blue) = 169+26+163=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A91AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AA3 is #56E55C. Grayscale: #535353. Windows color (decimal): -5694813 or 10689193. OLE color: 10689193.
HSL color Cylindrical-coordinate representation of color #A91AA3: hue angle of 302.52º 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 #A91AA3 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 163 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.34 |
| HSL | 302.52º | 0.73% | 0.38% | - |
| HSV(B) | 302.52º | 0.85% | 0.66% | - |
| XYZ | 23.34 | 11.82 | 35.7 | - |
| YUV | 84.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 163 | 0 | 0.85 | 0.04 | 0.34 | 302.52 | 0.73 | 0.38 |
| Hex | A9 | 1A | A3 | 0 | 55 | 4 | 22 | 12F | 49 | 26 |
| Octal | 251 | 32 | 243 | 0 | 125 | 4 | 42 | 457 | 111 | 46 |
| Binary | 10101001 | 11010 | 10100011 | 0 | 1010101 | 100 | 100010 | 100101111 | 1001001 | 100110 |
Color Harmonies of #A91AA3
Complementary color
Monochromatic Colors of #A91AA3
Black with #A91AA3
Text Example
Text Example
White with #A91AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AA3; }
p { color: rgb(169,26,163); }
H1.HeaderClassName
{
color: #A91AA3;
}
.AnyTagClassName
{
color: #A91AA3;
}
</style>
background-color css
<style>
a { background-color: #A91AA3; }
a { background-color: rgb(169,26,163); }
div.DivClassName
{
background-color: #A91AA3;
}
.BgClassName
{
background-color: #A91AA3;
}
</style>
border-color css
<style>
span { border-color: #A91AA3; }
span { border-color: rgb(169,26,163); }
td.TdClassName
{
border-color: #A91AA3;
}
.TagClassName
{
border-color: #A91AA3;
}
</style>