Shades of Dark Magenta #A91BA5
Tints of Dark Magenta #A91BA5
RGB
CMYK
RGB Variations
Color information
#A91BA5 (or 0xA91BA5) is known color: Dark Magenta. HEX triplet: A9, 1B and A5. RGB value is (169,27,165). Sum of RGB (Red+Green+Blue) = 169+27+165=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A91BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91BA5 is #56E45A. Grayscale: #545454. Windows color (decimal): -5694555 or 10820521. OLE color: 10820521.
HSL color Cylindrical-coordinate representation of color #A91BA5: hue angle of 301.69º 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 #A91BA5 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 165 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.34 |
| HSL | 301.69º | 0.72% | 0.38% | - |
| HSV(B) | 301.69º | 0.84% | 0.66% | - |
| XYZ | 23.55 | 11.94 | 36.66 | - |
| YUV | 85.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 165 | 0 | 0.84 | 0.02 | 0.34 | 301.69 | 0.72 | 0.38 |
| Hex | A9 | 1B | A5 | 0 | 54 | 2 | 22 | 12E | 48 | 26 |
| Octal | 251 | 33 | 245 | 0 | 124 | 2 | 42 | 456 | 110 | 46 |
| Binary | 10101001 | 11011 | 10100101 | 0 | 1010100 | 10 | 100010 | 100101110 | 1001000 | 100110 |
Color Harmonies of #A91BA5
Complementary color
Monochromatic Colors of #A91BA5
Black with #A91BA5
Text Example
Text Example
White with #A91BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BA5; }
p { color: rgb(169,27,165); }
H1.HeaderClassName
{
color: #A91BA5;
}
.AnyTagClassName
{
color: #A91BA5;
}
</style>
background-color css
<style>
a { background-color: #A91BA5; }
a { background-color: rgb(169,27,165); }
div.DivClassName
{
background-color: #A91BA5;
}
.BgClassName
{
background-color: #A91BA5;
}
</style>
border-color css
<style>
span { border-color: #A91BA5; }
span { border-color: rgb(169,27,165); }
td.TdClassName
{
border-color: #A91BA5;
}
.TagClassName
{
border-color: #A91BA5;
}
</style>