Shades of Strikemaster #AB5E8E
Tints of Strikemaster #AB5E8E
RGB
CMYK
RGB Variations
Color information
#AB5E8E (or 0xAB5E8E) is known color: Strikemaster. HEX triplet: AB, 5E and 8E. RGB value is (171,94,142). Sum of RGB (Red+Green+Blue) = 171+94+142=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E8E is #54A171. Grayscale: #7A7A7A. Windows color (decimal): -5546354 or 9330347. OLE color: 9330347.
HSL color Cylindrical-coordinate representation of color #AB5E8E: hue angle of 322.6º 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 #AB5E8E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 142 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.33 |
| HSL | 322.6º | 0.31% | 0.52% | - |
| HSV(B) | 322.6º | 0.45% | 0.67% | - |
| XYZ | 25.68 | 18.62 | 27.83 | - |
| YUV | 122.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 142 | 0 | 0.45 | 0.17 | 0.33 | 322.6 | 0.31 | 0.52 |
| Hex | AB | 5E | 8E | 0 | 2D | 11 | 21 | 143 | 1F | 34 |
| Octal | 253 | 136 | 216 | 0 | 55 | 21 | 41 | 503 | 37 | 64 |
| Binary | 10101011 | 1011110 | 10001110 | 0 | 101101 | 10001 | 100001 | 101000011 | 11111 | 110100 |
Color Harmonies of #AB5E8E
Complementary color
Monochromatic Colors of #AB5E8E
Black with #AB5E8E
Text Example
Text Example
White with #AB5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E8E; }
p { color: rgb(171,94,142); }
H1.HeaderClassName
{
color: #AB5E8E;
}
.AnyTagClassName
{
color: #AB5E8E;
}
</style>
background-color css
<style>
a { background-color: #AB5E8E; }
a { background-color: rgb(171,94,142); }
div.DivClassName
{
background-color: #AB5E8E;
}
.BgClassName
{
background-color: #AB5E8E;
}
</style>
border-color css
<style>
span { border-color: #AB5E8E; }
span { border-color: rgb(171,94,142); }
td.TdClassName
{
border-color: #AB5E8E;
}
.TagClassName
{
border-color: #AB5E8E;
}
</style>