Shades of Strikemaster #AB5E91
Tints of Strikemaster #AB5E91
RGB
CMYK
RGB Variations
Color information
#AB5E91 (or 0xAB5E91) is known color: Strikemaster. HEX triplet: AB, 5E and 91. RGB value is (171,94,145). Sum of RGB (Red+Green+Blue) = 171+94+145=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E91 is #54A16E. Grayscale: #7A7A7A. Windows color (decimal): -5546351 or 9526955. OLE color: 9526955.
HSL color Cylindrical-coordinate representation of color #AB5E91: hue angle of 320.26º 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 #AB5E91 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 145 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.33 |
| HSL | 320.26º | 0.31% | 0.52% | - |
| HSV(B) | 320.26º | 0.45% | 0.67% | - |
| XYZ | 25.91 | 18.71 | 29.03 | - |
| YUV | 122.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 145 | 0 | 0.45 | 0.15 | 0.33 | 320.26 | 0.31 | 0.52 |
| Hex | AB | 5E | 91 | 0 | 2D | F | 21 | 140 | 1F | 34 |
| Octal | 253 | 136 | 221 | 0 | 55 | 17 | 41 | 500 | 37 | 64 |
| Binary | 10101011 | 1011110 | 10010001 | 0 | 101101 | 1111 | 100001 | 101000000 | 11111 | 110100 |
Color Harmonies of #AB5E91
Complementary color
Monochromatic Colors of #AB5E91
Black with #AB5E91
Text Example
Text Example
White with #AB5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E91; }
p { color: rgb(171,94,145); }
H1.HeaderClassName
{
color: #AB5E91;
}
.AnyTagClassName
{
color: #AB5E91;
}
</style>
background-color css
<style>
a { background-color: #AB5E91; }
a { background-color: rgb(171,94,145); }
div.DivClassName
{
background-color: #AB5E91;
}
.BgClassName
{
background-color: #AB5E91;
}
</style>
border-color css
<style>
span { border-color: #AB5E91; }
span { border-color: rgb(171,94,145); }
td.TdClassName
{
border-color: #AB5E91;
}
.TagClassName
{
border-color: #AB5E91;
}
</style>