Shades of Strikemaster #AB5F89
Tints of Strikemaster #AB5F89
RGB
CMYK
RGB Variations
Color information
#AB5F89 (or 0xAB5F89) is known color: Strikemaster. HEX triplet: AB, 5F and 89. RGB value is (171,95,137). Sum of RGB (Red+Green+Blue) = 171+95+137=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5F89 is #54A076. Grayscale: #7A7A7A. Windows color (decimal): -5546103 or 9002923. OLE color: 9002923.
HSL color Cylindrical-coordinate representation of color #AB5F89: hue angle of 326.84º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB5F89 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 95 | 137 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.33 |
| HSL | 326.84º | 0.31% | 0.52% | - |
| HSV(B) | 326.84º | 0.44% | 0.67% | - |
| XYZ | 25.4 | 18.65 | 25.93 | - |
| YUV | 122.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 137 | 0 | 0.44 | 0.20 | 0.33 | 326.84 | 0.31 | 0.52 |
| Hex | AB | 5F | 89 | 0 | 2C | 14 | 21 | 147 | 1F | 34 |
| Octal | 253 | 137 | 211 | 0 | 54 | 24 | 41 | 507 | 37 | 64 |
| Binary | 10101011 | 1011111 | 10001001 | 0 | 101100 | 10100 | 100001 | 101000111 | 11111 | 110100 |
Color Harmonies of #AB5F89
Complementary color
Monochromatic Colors of #AB5F89
Black with #AB5F89
Text Example
Text Example
White with #AB5F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5F89; }
p { color: rgb(171,95,137); }
H1.HeaderClassName
{
color: #AB5F89;
}
.AnyTagClassName
{
color: #AB5F89;
}
</style>
background-color css
<style>
a { background-color: #AB5F89; }
a { background-color: rgb(171,95,137); }
div.DivClassName
{
background-color: #AB5F89;
}
.BgClassName
{
background-color: #AB5F89;
}
</style>
border-color css
<style>
span { border-color: #AB5F89; }
span { border-color: rgb(171,95,137); }
td.TdClassName
{
border-color: #AB5F89;
}
.TagClassName
{
border-color: #AB5F89;
}
</style>