Shades of Strikemaster #A1637D
Tints of Strikemaster #A1637D
RGB
CMYK
RGB Variations
Color information
#A1637D (or 0xA1637D) is known color: Strikemaster. HEX triplet: A1, 63 and 7D. RGB value is (161,99,125). Sum of RGB (Red+Green+Blue) = 161+99+125=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1637D is #5E9C82. Grayscale: #787878. Windows color (decimal): -6200451 or 8217505. OLE color: 8217505.
HSL color Cylindrical-coordinate representation of color #A1637D: hue angle of 334.84º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1637D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 125 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.37 |
| HSL | 334.84º | 0.25% | 0.51% | - |
| HSV(B) | 334.84º | 0.39% | 0.63% | - |
| XYZ | 22.86 | 17.98 | 21.67 | - |
| YUV | 120.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 125 | 0 | 0.39 | 0.22 | 0.37 | 334.84 | 0.25 | 0.51 |
| Hex | A1 | 63 | 7D | 0 | 27 | 16 | 25 | 14F | 19 | 33 |
| Octal | 241 | 143 | 175 | 0 | 47 | 26 | 45 | 517 | 31 | 63 |
| Binary | 10100001 | 1100011 | 1111101 | 0 | 100111 | 10110 | 100101 | 101001111 | 11001 | 110011 |
Color Harmonies of #A1637D
Complementary color
Monochromatic Colors of #A1637D
Black with #A1637D
Text Example
Text Example
White with #A1637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1637D; }
p { color: rgb(161,99,125); }
H1.HeaderClassName
{
color: #A1637D;
}
.AnyTagClassName
{
color: #A1637D;
}
</style>
background-color css
<style>
a { background-color: #A1637D; }
a { background-color: rgb(161,99,125); }
div.DivClassName
{
background-color: #A1637D;
}
.BgClassName
{
background-color: #A1637D;
}
</style>
border-color css
<style>
span { border-color: #A1637D; }
span { border-color: rgb(161,99,125); }
td.TdClassName
{
border-color: #A1637D;
}
.TagClassName
{
border-color: #A1637D;
}
</style>