Shades of Strikemaster #A1567F
Tints of Strikemaster #A1567F
RGB
CMYK
RGB Variations
Color information
#A1567F (or 0xA1567F) is known color: Strikemaster. HEX triplet: A1, 56 and 7F. RGB value is (161,86,127). Sum of RGB (Red+Green+Blue) = 161+86+127=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1567F is #5EA980. Grayscale: #717171. Windows color (decimal): -6203777 or 8345249. OLE color: 8345249.
HSL color Cylindrical-coordinate representation of color #A1567F: hue angle of 327.2º degrees, saturation: 0.3, 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 #A1567F is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 127 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.37 |
| HSL | 327.2º | 0.3% | 0.48% | - |
| HSV(B) | 327.2º | 0.47% | 0.63% | - |
| XYZ | 21.86 | 15.76 | 21.97 | - |
| YUV | 113.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 127 | 0 | 0.47 | 0.21 | 0.37 | 327.2 | 0.3 | 0.48 |
| Hex | A1 | 56 | 7F | 0 | 2F | 15 | 25 | 147 | 1E | 30 |
| Octal | 241 | 126 | 177 | 0 | 57 | 25 | 45 | 507 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1111111 | 0 | 101111 | 10101 | 100101 | 101000111 | 11110 | 110000 |
Color Harmonies of #A1567F
Complementary color
Monochromatic Colors of #A1567F
Black with #A1567F
Text Example
Text Example
White with #A1567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1567F; }
p { color: rgb(161,86,127); }
H1.HeaderClassName
{
color: #A1567F;
}
.AnyTagClassName
{
color: #A1567F;
}
</style>
background-color css
<style>
a { background-color: #A1567F; }
a { background-color: rgb(161,86,127); }
div.DivClassName
{
background-color: #A1567F;
}
.BgClassName
{
background-color: #A1567F;
}
</style>
border-color css
<style>
span { border-color: #A1567F; }
span { border-color: rgb(161,86,127); }
td.TdClassName
{
border-color: #A1567F;
}
.TagClassName
{
border-color: #A1567F;
}
</style>