Shades of Strikemaster #A1657D
Tints of Strikemaster #A1657D
RGB
CMYK
RGB Variations
Color information
#A1657D (or 0xA1657D) is known color: Strikemaster. HEX triplet: A1, 65 and 7D. RGB value is (161,101,125). Sum of RGB (Red+Green+Blue) = 161+101+125=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1657D is #5E9A82. Grayscale: #797979. Windows color (decimal): -6199939 or 8218017. OLE color: 8218017.
HSL color Cylindrical-coordinate representation of color #A1657D: hue angle of 336º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1657D is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 125 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.37 |
| HSL | 336º | 0.24% | 0.51% | - |
| HSV(B) | 336º | 0.37% | 0.63% | - |
| XYZ | 23.05 | 18.37 | 21.73 | - |
| YUV | 121.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 125 | 0 | 0.37 | 0.22 | 0.37 | 336 | 0.24 | 0.51 |
| Hex | A1 | 65 | 7D | 0 | 25 | 16 | 25 | 150 | 18 | 33 |
| Octal | 241 | 145 | 175 | 0 | 45 | 26 | 45 | 520 | 30 | 63 |
| Binary | 10100001 | 1100101 | 1111101 | 0 | 100101 | 10110 | 100101 | 101010000 | 11000 | 110011 |
Color Harmonies of #A1657D
Complementary color
Monochromatic Colors of #A1657D
Black with #A1657D
Text Example
Text Example
White with #A1657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1657D; }
p { color: rgb(161,101,125); }
H1.HeaderClassName
{
color: #A1657D;
}
.AnyTagClassName
{
color: #A1657D;
}
</style>
background-color css
<style>
a { background-color: #A1657D; }
a { background-color: rgb(161,101,125); }
div.DivClassName
{
background-color: #A1657D;
}
.BgClassName
{
background-color: #A1657D;
}
</style>
border-color css
<style>
span { border-color: #A1657D; }
span { border-color: rgb(161,101,125); }
td.TdClassName
{
border-color: #A1657D;
}
.TagClassName
{
border-color: #A1657D;
}
</style>