Shades of Dark Magenta #A91BA3
Tints of Dark Magenta #A91BA3
RGB
CMYK
RGB Variations
Color information
#A91BA3 (or 0xA91BA3) is known color: Dark Magenta. HEX triplet: A9, 1B and A3. RGB value is (169,27,163). Sum of RGB (Red+Green+Blue) = 169+27+163=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A91BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91BA3 is #56E45C. Grayscale: #545454. Windows color (decimal): -5694557 or 10689449. OLE color: 10689449.
HSL color Cylindrical-coordinate representation of color #A91BA3: hue angle of 302.54º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91BA3 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 163 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.34 |
| HSL | 302.54º | 0.72% | 0.38% | - |
| HSV(B) | 302.54º | 0.84% | 0.66% | - |
| XYZ | 23.36 | 11.86 | 35.71 | - |
| YUV | 84.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 163 | 0 | 0.84 | 0.04 | 0.34 | 302.54 | 0.72 | 0.38 |
| Hex | A9 | 1B | A3 | 0 | 54 | 4 | 22 | 12F | 48 | 26 |
| Octal | 251 | 33 | 243 | 0 | 124 | 4 | 42 | 457 | 110 | 46 |
| Binary | 10101001 | 11011 | 10100011 | 0 | 1010100 | 100 | 100010 | 100101111 | 1001000 | 100110 |
Color Harmonies of #A91BA3
Complementary color
Monochromatic Colors of #A91BA3
Black with #A91BA3
Text Example
Text Example
White with #A91BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BA3; }
p { color: rgb(169,27,163); }
H1.HeaderClassName
{
color: #A91BA3;
}
.AnyTagClassName
{
color: #A91BA3;
}
</style>
background-color css
<style>
a { background-color: #A91BA3; }
a { background-color: rgb(169,27,163); }
div.DivClassName
{
background-color: #A91BA3;
}
.BgClassName
{
background-color: #A91BA3;
}
</style>
border-color css
<style>
span { border-color: #A91BA3; }
span { border-color: rgb(169,27,163); }
td.TdClassName
{
border-color: #A91BA3;
}
.TagClassName
{
border-color: #A91BA3;
}
</style>