Shades of Strikemaster #A1637E
Tints of Strikemaster #A1637E
RGB
CMYK
RGB Variations
Color information
#A1637E (or 0xA1637E) is known color: Strikemaster. HEX triplet: A1, 63 and 7E. RGB value is (161,99,126). Sum of RGB (Red+Green+Blue) = 161+99+126=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1637E is #5E9C81. Grayscale: #787878. Windows color (decimal): -6200450 or 8283041. OLE color: 8283041.
HSL color Cylindrical-coordinate representation of color #A1637E: hue angle of 333.87º 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 #A1637E is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 126 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.37 |
| HSL | 333.87º | 0.25% | 0.51% | - |
| HSV(B) | 333.87º | 0.39% | 0.63% | - |
| XYZ | 22.93 | 18.01 | 22.01 | - |
| YUV | 120.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 126 | 0 | 0.39 | 0.22 | 0.37 | 333.87 | 0.25 | 0.51 |
| Hex | A1 | 63 | 7E | 0 | 27 | 16 | 25 | 14E | 19 | 33 |
| Octal | 241 | 143 | 176 | 0 | 47 | 26 | 45 | 516 | 31 | 63 |
| Binary | 10100001 | 1100011 | 1111110 | 0 | 100111 | 10110 | 100101 | 101001110 | 11001 | 110011 |
Color Harmonies of #A1637E
Complementary color
Monochromatic Colors of #A1637E
Black with #A1637E
Text Example
Text Example
White with #A1637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1637E; }
p { color: rgb(161,99,126); }
H1.HeaderClassName
{
color: #A1637E;
}
.AnyTagClassName
{
color: #A1637E;
}
</style>
background-color css
<style>
a { background-color: #A1637E; }
a { background-color: rgb(161,99,126); }
div.DivClassName
{
background-color: #A1637E;
}
.BgClassName
{
background-color: #A1637E;
}
</style>
border-color css
<style>
span { border-color: #A1637E; }
span { border-color: rgb(161,99,126); }
td.TdClassName
{
border-color: #A1637E;
}
.TagClassName
{
border-color: #A1637E;
}
</style>