Shades of Strikemaster #A1617B
Tints of Strikemaster #A1617B
RGB
CMYK
RGB Variations
Color information
#A1617B (or 0xA1617B) is known color: Strikemaster. HEX triplet: A1, 61 and 7B. RGB value is (161,97,123). Sum of RGB (Red+Green+Blue) = 161+97+123=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A1617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1617B is #5E9E84. Grayscale: #777777. Windows color (decimal): -6200965 or 8085921. OLE color: 8085921.
HSL color Cylindrical-coordinate representation of color #A1617B: hue angle of 335.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1617B is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 123 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.37 |
| HSL | 335.63º | 0.25% | 0.51% | - |
| HSV(B) | 335.63º | 0.4% | 0.63% | - |
| XYZ | 22.55 | 17.56 | 20.94 | - |
| YUV | 119.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 123 | 0 | 0.40 | 0.24 | 0.37 | 335.63 | 0.25 | 0.51 |
| Hex | A1 | 61 | 7B | 0 | 28 | 18 | 25 | 150 | 19 | 33 |
| Octal | 241 | 141 | 173 | 0 | 50 | 30 | 45 | 520 | 31 | 63 |
| Binary | 10100001 | 1100001 | 1111011 | 0 | 101000 | 11000 | 100101 | 101010000 | 11001 | 110011 |
Color Harmonies of #A1617B
Complementary color
Monochromatic Colors of #A1617B
Black with #A1617B
Text Example
Text Example
White with #A1617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1617B; }
p { color: rgb(161,97,123); }
H1.HeaderClassName
{
color: #A1617B;
}
.AnyTagClassName
{
color: #A1617B;
}
</style>
background-color css
<style>
a { background-color: #A1617B; }
a { background-color: rgb(161,97,123); }
div.DivClassName
{
background-color: #A1617B;
}
.BgClassName
{
background-color: #A1617B;
}
</style>
border-color css
<style>
span { border-color: #A1617B; }
span { border-color: rgb(161,97,123); }
td.TdClassName
{
border-color: #A1617B;
}
.TagClassName
{
border-color: #A1617B;
}
</style>