Shades of Dark Magenta #AB1BA9
Tints of Dark Magenta #AB1BA9
RGB
CMYK
RGB Variations
Color information
#AB1BA9 (or 0xAB1BA9) is known color: Dark Magenta. HEX triplet: AB, 1B and A9. RGB value is (171,27,169). Sum of RGB (Red+Green+Blue) = 171+27+169=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1BA9 is #54E456. Grayscale: #555555. Windows color (decimal): -5563479 or 11082667. OLE color: 11082667.
HSL color Cylindrical-coordinate representation of color #AB1BA9: hue angle of 300.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1BA9 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 169 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.33 |
| HSL | 300.83º | 0.73% | 0.39% | - |
| HSV(B) | 300.83º | 0.84% | 0.67% | - |
| XYZ | 24.35 | 12.31 | 38.63 | - |
| YUV | 86.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 169 | 0 | 0.84 | 0.01 | 0.33 | 300.83 | 0.73 | 0.39 |
| Hex | AB | 1B | A9 | 0 | 54 | 1 | 21 | 12D | 49 | 27 |
| Octal | 253 | 33 | 251 | 0 | 124 | 1 | 41 | 455 | 111 | 47 |
| Binary | 10101011 | 11011 | 10101001 | 0 | 1010100 | 1 | 100001 | 100101101 | 1001001 | 100111 |
Color Harmonies of #AB1BA9
Complementary color
Monochromatic Colors of #AB1BA9
Black with #AB1BA9
Text Example
Text Example
White with #AB1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BA9; }
p { color: rgb(171,27,169); }
H1.HeaderClassName
{
color: #AB1BA9;
}
.AnyTagClassName
{
color: #AB1BA9;
}
</style>
background-color css
<style>
a { background-color: #AB1BA9; }
a { background-color: rgb(171,27,169); }
div.DivClassName
{
background-color: #AB1BA9;
}
.BgClassName
{
background-color: #AB1BA9;
}
</style>
border-color css
<style>
span { border-color: #AB1BA9; }
span { border-color: rgb(171,27,169); }
td.TdClassName
{
border-color: #AB1BA9;
}
.TagClassName
{
border-color: #AB1BA9;
}
</style>