Shades of Strikemaster #A1647C
Tints of Strikemaster #A1647C
RGB
CMYK
RGB Variations
Color information
#A1647C (or 0xA1647C) is known color: Strikemaster. HEX triplet: A1, 64 and 7C. RGB value is (161,100,124). Sum of RGB (Red+Green+Blue) = 161+100+124=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1647C is #5E9B83. Grayscale: #787878. Windows color (decimal): -6200196 or 8152225. OLE color: 8152225.
HSL color Cylindrical-coordinate representation of color #A1647C: hue angle of 336.39º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1647C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 124 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.37 |
| HSL | 336.39º | 0.24% | 0.51% | - |
| HSV(B) | 336.39º | 0.38% | 0.63% | - |
| XYZ | 22.89 | 18.15 | 21.36 | - |
| YUV | 120.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 124 | 0 | 0.38 | 0.23 | 0.37 | 336.39 | 0.24 | 0.51 |
| Hex | A1 | 64 | 7C | 0 | 26 | 17 | 25 | 150 | 18 | 33 |
| Octal | 241 | 144 | 174 | 0 | 46 | 27 | 45 | 520 | 30 | 63 |
| Binary | 10100001 | 1100100 | 1111100 | 0 | 100110 | 10111 | 100101 | 101010000 | 11000 | 110011 |
Color Harmonies of #A1647C
Complementary color
Monochromatic Colors of #A1647C
Black with #A1647C
Text Example
Text Example
White with #A1647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1647C; }
p { color: rgb(161,100,124); }
H1.HeaderClassName
{
color: #A1647C;
}
.AnyTagClassName
{
color: #A1647C;
}
</style>
background-color css
<style>
a { background-color: #A1647C; }
a { background-color: rgb(161,100,124); }
div.DivClassName
{
background-color: #A1647C;
}
.BgClassName
{
background-color: #A1647C;
}
</style>
border-color css
<style>
span { border-color: #A1647C; }
span { border-color: rgb(161,100,124); }
td.TdClassName
{
border-color: #A1647C;
}
.TagClassName
{
border-color: #A1647C;
}
</style>