Shades of Strikemaster #A1587F
Tints of Strikemaster #A1587F
RGB
CMYK
RGB Variations
Color information
#A1587F (or 0xA1587F) is known color: Strikemaster. HEX triplet: A1, 58 and 7F. RGB value is (161,88,127). Sum of RGB (Red+Green+Blue) = 161+88+127=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A1587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1587F is #5EA780. Grayscale: #727272. Windows color (decimal): -6203265 or 8345761. OLE color: 8345761.
HSL color Cylindrical-coordinate representation of color #A1587F: hue angle of 327.95º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1587F is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 127 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.37 |
| HSL | 327.95º | 0.29% | 0.49% | - |
| HSV(B) | 327.95º | 0.45% | 0.63% | - |
| XYZ | 22.02 | 16.09 | 22.02 | - |
| YUV | 114.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 127 | 0 | 0.45 | 0.21 | 0.37 | 327.95 | 0.29 | 0.49 |
| Hex | A1 | 58 | 7F | 0 | 2D | 15 | 25 | 148 | 1D | 31 |
| Octal | 241 | 130 | 177 | 0 | 55 | 25 | 45 | 510 | 35 | 61 |
| Binary | 10100001 | 1011000 | 1111111 | 0 | 101101 | 10101 | 100101 | 101001000 | 11101 | 110001 |
Color Harmonies of #A1587F
Complementary color
Monochromatic Colors of #A1587F
Black with #A1587F
Text Example
Text Example
White with #A1587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1587F; }
p { color: rgb(161,88,127); }
H1.HeaderClassName
{
color: #A1587F;
}
.AnyTagClassName
{
color: #A1587F;
}
</style>
background-color css
<style>
a { background-color: #A1587F; }
a { background-color: rgb(161,88,127); }
div.DivClassName
{
background-color: #A1587F;
}
.BgClassName
{
background-color: #A1587F;
}
</style>
border-color css
<style>
span { border-color: #A1587F; }
span { border-color: rgb(161,88,127); }
td.TdClassName
{
border-color: #A1587F;
}
.TagClassName
{
border-color: #A1587F;
}
</style>