Shades of Strikemaster #AB5987
Tints of Strikemaster #AB5987
RGB
CMYK
RGB Variations
Color information
#AB5987 (or 0xAB5987) is known color: Strikemaster. HEX triplet: AB, 59 and 87. RGB value is (171,89,135). Sum of RGB (Red+Green+Blue) = 171+89+135=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5987 is #54A678. Grayscale: #767676. Windows color (decimal): -5547641 or 8870315. OLE color: 8870315.
HSL color Cylindrical-coordinate representation of color #AB5987: hue angle of 326.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5987 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 135 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.33 |
| HSL | 326.34º | 0.33% | 0.51% | - |
| HSV(B) | 326.34º | 0.48% | 0.67% | - |
| XYZ | 24.74 | 17.55 | 25.01 | - |
| YUV | 118.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 135 | 0 | 0.48 | 0.21 | 0.33 | 326.34 | 0.33 | 0.51 |
| Hex | AB | 59 | 87 | 0 | 30 | 15 | 21 | 146 | 21 | 33 |
| Octal | 253 | 131 | 207 | 0 | 60 | 25 | 41 | 506 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10000111 | 0 | 110000 | 10101 | 100001 | 101000110 | 100001 | 110011 |
Color Harmonies of #AB5987
Complementary color
Monochromatic Colors of #AB5987
Black with #AB5987
Text Example
Text Example
White with #AB5987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5987; }
p { color: rgb(171,89,135); }
H1.HeaderClassName
{
color: #AB5987;
}
.AnyTagClassName
{
color: #AB5987;
}
</style>
background-color css
<style>
a { background-color: #AB5987; }
a { background-color: rgb(171,89,135); }
div.DivClassName
{
background-color: #AB5987;
}
.BgClassName
{
background-color: #AB5987;
}
</style>
border-color css
<style>
span { border-color: #AB5987; }
span { border-color: rgb(171,89,135); }
td.TdClassName
{
border-color: #AB5987;
}
.TagClassName
{
border-color: #AB5987;
}
</style>