Shades of Dark Magenta #AB0087
Tints of Dark Magenta #AB0087
RGB
CMYK
RGB Variations
Color information
#AB0087 (or 0xAB0087) is known color: Dark Magenta. HEX triplet: AB, 00 and 87. RGB value is (171,0,135). Sum of RGB (Red+Green+Blue) = 171+0+135=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0087 is #54FF78. Grayscale: #424242. Windows color (decimal): -5570425 or 8847531. OLE color: 8847531.
HSL color Cylindrical-coordinate representation of color #AB0087: hue angle of 312.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0087 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.21 | 0.33 |
| HSL | 312.63º | 1% | 0.34% | - |
| HSV(B) | 312.63º | 1% | 0.67% | - |
| XYZ | 21.17 | 10.41 | 23.81 | - |
| YUV | 66.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 135 | 0 | 1 | 0.21 | 0.33 | 312.63 | 1 | 0.34 |
| Hex | AB | 0 | 87 | 0 | 64 | 15 | 21 | 139 | 64 | 22 |
| Octal | 253 | 0 | 207 | 0 | 144 | 25 | 41 | 471 | 144 | 42 |
| Binary | 10101011 | 0 | 10000111 | 0 | 1100100 | 10101 | 100001 | 100111001 | 1100100 | 100010 |
Color Harmonies of #AB0087
Complementary color
Monochromatic Colors of #AB0087
Black with #AB0087
Text Example
Text Example
White with #AB0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0087; }
p { color: rgb(171,0,135); }
H1.HeaderClassName
{
color: #AB0087;
}
.AnyTagClassName
{
color: #AB0087;
}
</style>
background-color css
<style>
a { background-color: #AB0087; }
a { background-color: rgb(171,0,135); }
div.DivClassName
{
background-color: #AB0087;
}
.BgClassName
{
background-color: #AB0087;
}
</style>
border-color css
<style>
span { border-color: #AB0087; }
span { border-color: rgb(171,0,135); }
td.TdClassName
{
border-color: #AB0087;
}
.TagClassName
{
border-color: #AB0087;
}
</style>