Shades of Strikemaster #A1557F
Tints of Strikemaster #A1557F
RGB
CMYK
RGB Variations
Color information
#A1557F (or 0xA1557F) is known color: Strikemaster. HEX triplet: A1, 55 and 7F. RGB value is (161,85,127). Sum of RGB (Red+Green+Blue) = 161+85+127=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1557F is #5EAA80. Grayscale: #707070. Windows color (decimal): -6204033 or 8344993. OLE color: 8344993.
HSL color Cylindrical-coordinate representation of color #A1557F: hue angle of 326.84º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1557F is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 127 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.37 |
| HSL | 326.84º | 0.31% | 0.48% | - |
| HSV(B) | 326.84º | 0.47% | 0.63% | - |
| XYZ | 21.78 | 15.61 | 21.94 | - |
| YUV | 112.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 127 | 0 | 0.47 | 0.21 | 0.37 | 326.84 | 0.31 | 0.48 |
| Hex | A1 | 55 | 7F | 0 | 2F | 15 | 25 | 147 | 1F | 30 |
| Octal | 241 | 125 | 177 | 0 | 57 | 25 | 45 | 507 | 37 | 60 |
| Binary | 10100001 | 1010101 | 1111111 | 0 | 101111 | 10101 | 100101 | 101000111 | 11111 | 110000 |
Color Harmonies of #A1557F
Complementary color
Monochromatic Colors of #A1557F
Black with #A1557F
Text Example
Text Example
White with #A1557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1557F; }
p { color: rgb(161,85,127); }
H1.HeaderClassName
{
color: #A1557F;
}
.AnyTagClassName
{
color: #A1557F;
}
</style>
background-color css
<style>
a { background-color: #A1557F; }
a { background-color: rgb(161,85,127); }
div.DivClassName
{
background-color: #A1557F;
}
.BgClassName
{
background-color: #A1557F;
}
</style>
border-color css
<style>
span { border-color: #A1557F; }
span { border-color: rgb(161,85,127); }
td.TdClassName
{
border-color: #A1557F;
}
.TagClassName
{
border-color: #A1557F;
}
</style>