Shades of Dark Magenta #A91BA4
Tints of Dark Magenta #A91BA4
RGB
CMYK
RGB Variations
Color information
#A91BA4 (or 0xA91BA4) is known color: Dark Magenta. HEX triplet: A9, 1B and A4. RGB value is (169,27,164). Sum of RGB (Red+Green+Blue) = 169+27+164=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A91BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91BA4 is #56E45B. Grayscale: #545454. Windows color (decimal): -5694556 or 10754985. OLE color: 10754985.
HSL color Cylindrical-coordinate representation of color #A91BA4: hue angle of 302.11º 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 #A91BA4 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 164 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.34 |
| HSL | 302.11º | 0.72% | 0.38% | - |
| HSV(B) | 302.11º | 0.84% | 0.66% | - |
| XYZ | 23.45 | 11.9 | 36.18 | - |
| YUV | 85.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 164 | 0 | 0.84 | 0.03 | 0.34 | 302.11 | 0.72 | 0.38 |
| Hex | A9 | 1B | A4 | 0 | 54 | 3 | 22 | 12E | 48 | 26 |
| Octal | 251 | 33 | 244 | 0 | 124 | 3 | 42 | 456 | 110 | 46 |
| Binary | 10101001 | 11011 | 10100100 | 0 | 1010100 | 11 | 100010 | 100101110 | 1001000 | 100110 |
Color Harmonies of #A91BA4
Complementary color
Monochromatic Colors of #A91BA4
Black with #A91BA4
Text Example
Text Example
White with #A91BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BA4; }
p { color: rgb(169,27,164); }
H1.HeaderClassName
{
color: #A91BA4;
}
.AnyTagClassName
{
color: #A91BA4;
}
</style>
background-color css
<style>
a { background-color: #A91BA4; }
a { background-color: rgb(169,27,164); }
div.DivClassName
{
background-color: #A91BA4;
}
.BgClassName
{
background-color: #A91BA4;
}
</style>
border-color css
<style>
span { border-color: #A91BA4; }
span { border-color: rgb(169,27,164); }
td.TdClassName
{
border-color: #A91BA4;
}
.TagClassName
{
border-color: #A91BA4;
}
</style>