Shades of Strikemaster #AB5E89
Tints of Strikemaster #AB5E89
RGB
CMYK
RGB Variations
Color information
#AB5E89 (or 0xAB5E89) is known color: Strikemaster. HEX triplet: AB, 5E and 89. RGB value is (171,94,137). Sum of RGB (Red+Green+Blue) = 171+94+137=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E89 is #54A176. Grayscale: #797979. Windows color (decimal): -5546359 or 9002667. OLE color: 9002667.
HSL color Cylindrical-coordinate representation of color #AB5E89: hue angle of 326.49º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5E89 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 137 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.33 |
| HSL | 326.49º | 0.31% | 0.52% | - |
| HSV(B) | 326.49º | 0.45% | 0.67% | - |
| XYZ | 25.31 | 18.47 | 25.9 | - |
| YUV | 121.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 137 | 0 | 0.45 | 0.20 | 0.33 | 326.49 | 0.31 | 0.52 |
| Hex | AB | 5E | 89 | 0 | 2D | 14 | 21 | 146 | 1F | 34 |
| Octal | 253 | 136 | 211 | 0 | 55 | 24 | 41 | 506 | 37 | 64 |
| Binary | 10101011 | 1011110 | 10001001 | 0 | 101101 | 10100 | 100001 | 101000110 | 11111 | 110100 |
Color Harmonies of #AB5E89
Complementary color
Monochromatic Colors of #AB5E89
Black with #AB5E89
Text Example
Text Example
White with #AB5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E89; }
p { color: rgb(171,94,137); }
H1.HeaderClassName
{
color: #AB5E89;
}
.AnyTagClassName
{
color: #AB5E89;
}
</style>
background-color css
<style>
a { background-color: #AB5E89; }
a { background-color: rgb(171,94,137); }
div.DivClassName
{
background-color: #AB5E89;
}
.BgClassName
{
background-color: #AB5E89;
}
</style>
border-color css
<style>
span { border-color: #AB5E89; }
span { border-color: rgb(171,94,137); }
td.TdClassName
{
border-color: #AB5E89;
}
.TagClassName
{
border-color: #AB5E89;
}
</style>