Shades of Strikemaster #A1547C
Tints of Strikemaster #A1547C
RGB
CMYK
RGB Variations
Color information
#A1547C (or 0xA1547C) is known color: Strikemaster. HEX triplet: A1, 54 and 7C. RGB value is (161,84,124). Sum of RGB (Red+Green+Blue) = 161+84+124=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1547C is #5EAB83. Grayscale: #6F6F6F. Windows color (decimal): -6204292 or 8148129. OLE color: 8148129.
HSL color Cylindrical-coordinate representation of color #A1547C: hue angle of 328.83º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1547C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 124 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.37 |
| HSL | 328.83º | 0.31% | 0.48% | - |
| HSV(B) | 328.83º | 0.48% | 0.63% | - |
| XYZ | 21.51 | 15.37 | 20.9 | - |
| YUV | 111.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 124 | 0 | 0.48 | 0.23 | 0.37 | 328.83 | 0.31 | 0.48 |
| Hex | A1 | 54 | 7C | 0 | 30 | 17 | 25 | 149 | 1F | 30 |
| Octal | 241 | 124 | 174 | 0 | 60 | 27 | 45 | 511 | 37 | 60 |
| Binary | 10100001 | 1010100 | 1111100 | 0 | 110000 | 10111 | 100101 | 101001001 | 11111 | 110000 |
Color Harmonies of #A1547C
Complementary color
Monochromatic Colors of #A1547C
Black with #A1547C
Text Example
Text Example
White with #A1547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1547C; }
p { color: rgb(161,84,124); }
H1.HeaderClassName
{
color: #A1547C;
}
.AnyTagClassName
{
color: #A1547C;
}
</style>
background-color css
<style>
a { background-color: #A1547C; }
a { background-color: rgb(161,84,124); }
div.DivClassName
{
background-color: #A1547C;
}
.BgClassName
{
background-color: #A1547C;
}
</style>
border-color css
<style>
span { border-color: #A1547C; }
span { border-color: rgb(161,84,124); }
td.TdClassName
{
border-color: #A1547C;
}
.TagClassName
{
border-color: #A1547C;
}
</style>