Shades of Strikemaster #A75B87
Tints of Strikemaster #A75B87
RGB
CMYK
RGB Variations
Color information
#A75B87 (or 0xA75B87) is known color: Strikemaster. HEX triplet: A7, 5B and 87. RGB value is (167,91,135). Sum of RGB (Red+Green+Blue) = 167+91+135=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B87 is #58A478. Grayscale: #767676. Windows color (decimal): -5809273 or 8870823. OLE color: 8870823.
HSL color Cylindrical-coordinate representation of color #A75B87: hue angle of 325.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75B87 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 135 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.35 |
| HSL | 325.26º | 0.3% | 0.51% | - |
| HSV(B) | 325.26º | 0.46% | 0.65% | - |
| XYZ | 24.05 | 17.45 | 25.02 | - |
| YUV | 118.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 135 | 0 | 0.46 | 0.19 | 0.35 | 325.26 | 0.3 | 0.51 |
| Hex | A7 | 5B | 87 | 0 | 2E | 13 | 23 | 145 | 1E | 33 |
| Octal | 247 | 133 | 207 | 0 | 56 | 23 | 43 | 505 | 36 | 63 |
| Binary | 10100111 | 1011011 | 10000111 | 0 | 101110 | 10011 | 100011 | 101000101 | 11110 | 110011 |
Color Harmonies of #A75B87
Complementary color
Monochromatic Colors of #A75B87
Black with #A75B87
Text Example
Text Example
White with #A75B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B87; }
p { color: rgb(167,91,135); }
H1.HeaderClassName
{
color: #A75B87;
}
.AnyTagClassName
{
color: #A75B87;
}
</style>
background-color css
<style>
a { background-color: #A75B87; }
a { background-color: rgb(167,91,135); }
div.DivClassName
{
background-color: #A75B87;
}
.BgClassName
{
background-color: #A75B87;
}
</style>
border-color css
<style>
span { border-color: #A75B87; }
span { border-color: rgb(167,91,135); }
td.TdClassName
{
border-color: #A75B87;
}
.TagClassName
{
border-color: #A75B87;
}
</style>