Shades of Strikemaster #AB5D88
Tints of Strikemaster #AB5D88
RGB
CMYK
RGB Variations
Color information
#AB5D88 (or 0xAB5D88) is known color: Strikemaster. HEX triplet: AB, 5D and 88. RGB value is (171,93,136). Sum of RGB (Red+Green+Blue) = 171+93+136=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D88 is #54A277. Grayscale: #797979. Windows color (decimal): -5546616 or 8936875. OLE color: 8936875.
HSL color Cylindrical-coordinate representation of color #AB5D88: hue angle of 326.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D88 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 136 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.33 |
| HSL | 326.92º | 0.32% | 0.52% | - |
| HSV(B) | 326.92º | 0.46% | 0.67% | - |
| XYZ | 25.15 | 18.26 | 25.49 | - |
| YUV | 121.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 136 | 0 | 0.46 | 0.20 | 0.33 | 326.92 | 0.32 | 0.52 |
| Hex | AB | 5D | 88 | 0 | 2E | 14 | 21 | 147 | 20 | 34 |
| Octal | 253 | 135 | 210 | 0 | 56 | 24 | 41 | 507 | 40 | 64 |
| Binary | 10101011 | 1011101 | 10001000 | 0 | 101110 | 10100 | 100001 | 101000111 | 100000 | 110100 |
Color Harmonies of #AB5D88
Complementary color
Monochromatic Colors of #AB5D88
Black with #AB5D88
Text Example
Text Example
White with #AB5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D88; }
p { color: rgb(171,93,136); }
H1.HeaderClassName
{
color: #AB5D88;
}
.AnyTagClassName
{
color: #AB5D88;
}
</style>
background-color css
<style>
a { background-color: #AB5D88; }
a { background-color: rgb(171,93,136); }
div.DivClassName
{
background-color: #AB5D88;
}
.BgClassName
{
background-color: #AB5D88;
}
</style>
border-color css
<style>
span { border-color: #AB5D88; }
span { border-color: rgb(171,93,136); }
td.TdClassName
{
border-color: #AB5D88;
}
.TagClassName
{
border-color: #AB5D88;
}
</style>