Shades of Strikemaster #A1597B
Tints of Strikemaster #A1597B
RGB
CMYK
RGB Variations
Color information
#A1597B (or 0xA1597B) is known color: Strikemaster. HEX triplet: A1, 59 and 7B. RGB value is (161,89,123). Sum of RGB (Red+Green+Blue) = 161+89+123=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1597B is #5EA684. Grayscale: #727272. Windows color (decimal): -6203013 or 8083873. OLE color: 8083873.
HSL color Cylindrical-coordinate representation of color #A1597B: hue angle of 331.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1597B is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 123 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.37 |
| HSL | 331.67º | 0.29% | 0.49% | - |
| HSV(B) | 331.67º | 0.45% | 0.63% | - |
| XYZ | 21.85 | 16.15 | 20.71 | - |
| YUV | 114.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 123 | 0 | 0.45 | 0.24 | 0.37 | 331.67 | 0.29 | 0.49 |
| Hex | A1 | 59 | 7B | 0 | 2D | 18 | 25 | 14C | 1D | 31 |
| Octal | 241 | 131 | 173 | 0 | 55 | 30 | 45 | 514 | 35 | 61 |
| Binary | 10100001 | 1011001 | 1111011 | 0 | 101101 | 11000 | 100101 | 101001100 | 11101 | 110001 |
Color Harmonies of #A1597B
Complementary color
Monochromatic Colors of #A1597B
Black with #A1597B
Text Example
Text Example
White with #A1597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1597B; }
p { color: rgb(161,89,123); }
H1.HeaderClassName
{
color: #A1597B;
}
.AnyTagClassName
{
color: #A1597B;
}
</style>
background-color css
<style>
a { background-color: #A1597B; }
a { background-color: rgb(161,89,123); }
div.DivClassName
{
background-color: #A1597B;
}
.BgClassName
{
background-color: #A1597B;
}
</style>
border-color css
<style>
span { border-color: #A1597B; }
span { border-color: rgb(161,89,123); }
td.TdClassName
{
border-color: #A1597B;
}
.TagClassName
{
border-color: #A1597B;
}
</style>