Shades of Strikemaster #AB5B85
Tints of Strikemaster #AB5B85
RGB
CMYK
RGB Variations
Color information
#AB5B85 (or 0xAB5B85) is known color: Strikemaster. HEX triplet: AB, 5B and 85. RGB value is (171,91,133). Sum of RGB (Red+Green+Blue) = 171+91+133=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5B85 is #54A47A. Grayscale: #777777. Windows color (decimal): -5547131 or 8739755. OLE color: 8739755.
HSL color Cylindrical-coordinate representation of color #AB5B85: hue angle of 328.5º 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 #AB5B85 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 133 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.33 |
| HSL | 328.5º | 0.32% | 0.51% | - |
| HSV(B) | 328.5º | 0.47% | 0.67% | - |
| XYZ | 24.77 | 17.83 | 24.33 | - |
| YUV | 119.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 133 | 0 | 0.47 | 0.22 | 0.33 | 328.5 | 0.32 | 0.51 |
| Hex | AB | 5B | 85 | 0 | 2F | 16 | 21 | 148 | 20 | 33 |
| Octal | 253 | 133 | 205 | 0 | 57 | 26 | 41 | 510 | 40 | 63 |
| Binary | 10101011 | 1011011 | 10000101 | 0 | 101111 | 10110 | 100001 | 101001000 | 100000 | 110011 |
Color Harmonies of #AB5B85
Complementary color
Monochromatic Colors of #AB5B85
Black with #AB5B85
Text Example
Text Example
White with #AB5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B85; }
p { color: rgb(171,91,133); }
H1.HeaderClassName
{
color: #AB5B85;
}
.AnyTagClassName
{
color: #AB5B85;
}
</style>
background-color css
<style>
a { background-color: #AB5B85; }
a { background-color: rgb(171,91,133); }
div.DivClassName
{
background-color: #AB5B85;
}
.BgClassName
{
background-color: #AB5B85;
}
</style>
border-color css
<style>
span { border-color: #AB5B85; }
span { border-color: rgb(171,91,133); }
td.TdClassName
{
border-color: #AB5B85;
}
.TagClassName
{
border-color: #AB5B85;
}
</style>