Shades of Strikemaster #A15787
Tints of Strikemaster #A15787
RGB
CMYK
RGB Variations
Color information
#A15787 (or 0xA15787) is known color: Strikemaster. HEX triplet: A1, 57 and 87. RGB value is (161,87,135). Sum of RGB (Red+Green+Blue) = 161+87+135=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A15787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15787 is #5EA878. Grayscale: #727272. Windows color (decimal): -6203513 or 8869793. OLE color: 8869793.
HSL color Cylindrical-coordinate representation of color #A15787: hue angle of 321.08º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15787 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 135 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.37 |
| HSL | 321.08º | 0.3% | 0.49% | - |
| HSV(B) | 321.08º | 0.46% | 0.63% | - |
| XYZ | 22.48 | 16.14 | 24.85 | - |
| YUV | 114.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 135 | 0 | 0.46 | 0.16 | 0.37 | 321.08 | 0.3 | 0.49 |
| Hex | A1 | 57 | 87 | 0 | 2E | 10 | 25 | 141 | 1E | 31 |
| Octal | 241 | 127 | 207 | 0 | 56 | 20 | 45 | 501 | 36 | 61 |
| Binary | 10100001 | 1010111 | 10000111 | 0 | 101110 | 10000 | 100101 | 101000001 | 11110 | 110001 |
Color Harmonies of #A15787
Complementary color
Monochromatic Colors of #A15787
Black with #A15787
Text Example
Text Example
White with #A15787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15787; }
p { color: rgb(161,87,135); }
H1.HeaderClassName
{
color: #A15787;
}
.AnyTagClassName
{
color: #A15787;
}
</style>
background-color css
<style>
a { background-color: #A15787; }
a { background-color: rgb(161,87,135); }
div.DivClassName
{
background-color: #A15787;
}
.BgClassName
{
background-color: #A15787;
}
</style>
border-color css
<style>
span { border-color: #A15787; }
span { border-color: rgb(161,87,135); }
td.TdClassName
{
border-color: #A15787;
}
.TagClassName
{
border-color: #A15787;
}
</style>