Shades of Strikemaster #AB5B8F
Tints of Strikemaster #AB5B8F
RGB
CMYK
RGB Variations
Color information
#AB5B8F (or 0xAB5B8F) is known color: Strikemaster. HEX triplet: AB, 5B and 8F. RGB value is (171,91,143). Sum of RGB (Red+Green+Blue) = 171+91+143=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5B8F is #54A470. Grayscale: #787878. Windows color (decimal): -5547121 or 9395115. OLE color: 9395115.
HSL color Cylindrical-coordinate representation of color #AB5B8F: hue angle of 321º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B8F is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 143 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.33 |
| HSL | 321º | 0.32% | 0.51% | - |
| HSV(B) | 321º | 0.47% | 0.67% | - |
| XYZ | 25.49 | 18.12 | 28.14 | - |
| YUV | 120.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 143 | 0 | 0.47 | 0.16 | 0.33 | 321 | 0.32 | 0.51 |
| Hex | AB | 5B | 8F | 0 | 2F | 10 | 21 | 141 | 20 | 33 |
| Octal | 253 | 133 | 217 | 0 | 57 | 20 | 41 | 501 | 40 | 63 |
| Binary | 10101011 | 1011011 | 10001111 | 0 | 101111 | 10000 | 100001 | 101000001 | 100000 | 110011 |
Color Harmonies of #AB5B8F
Complementary color
Monochromatic Colors of #AB5B8F
Black with #AB5B8F
Text Example
Text Example
White with #AB5B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B8F; }
p { color: rgb(171,91,143); }
H1.HeaderClassName
{
color: #AB5B8F;
}
.AnyTagClassName
{
color: #AB5B8F;
}
</style>
background-color css
<style>
a { background-color: #AB5B8F; }
a { background-color: rgb(171,91,143); }
div.DivClassName
{
background-color: #AB5B8F;
}
.BgClassName
{
background-color: #AB5B8F;
}
</style>
border-color css
<style>
span { border-color: #AB5B8F; }
span { border-color: rgb(171,91,143); }
td.TdClassName
{
border-color: #AB5B8F;
}
.TagClassName
{
border-color: #AB5B8F;
}
</style>