Shades of Strikemaster #A1617D
Tints of Strikemaster #A1617D
RGB
CMYK
RGB Variations
Color information
#A1617D (or 0xA1617D) is known color: Strikemaster. HEX triplet: A1, 61 and 7D. RGB value is (161,97,125). Sum of RGB (Red+Green+Blue) = 161+97+125=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1617D is #5E9E82. Grayscale: #777777. Windows color (decimal): -6200963 or 8216993. OLE color: 8216993.
HSL color Cylindrical-coordinate representation of color #A1617D: hue angle of 333.75º 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 #A1617D is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 125 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.37 |
| HSL | 333.75º | 0.25% | 0.51% | - |
| HSV(B) | 333.75º | 0.4% | 0.63% | - |
| XYZ | 22.67 | 17.61 | 21.61 | - |
| YUV | 119.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 125 | 0 | 0.40 | 0.22 | 0.37 | 333.75 | 0.25 | 0.51 |
| Hex | A1 | 61 | 7D | 0 | 28 | 16 | 25 | 14E | 19 | 33 |
| Octal | 241 | 141 | 175 | 0 | 50 | 26 | 45 | 516 | 31 | 63 |
| Binary | 10100001 | 1100001 | 1111101 | 0 | 101000 | 10110 | 100101 | 101001110 | 11001 | 110011 |
Color Harmonies of #A1617D
Complementary color
Monochromatic Colors of #A1617D
Black with #A1617D
Text Example
Text Example
White with #A1617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1617D; }
p { color: rgb(161,97,125); }
H1.HeaderClassName
{
color: #A1617D;
}
.AnyTagClassName
{
color: #A1617D;
}
</style>
background-color css
<style>
a { background-color: #A1617D; }
a { background-color: rgb(161,97,125); }
div.DivClassName
{
background-color: #A1617D;
}
.BgClassName
{
background-color: #A1617D;
}
</style>
border-color css
<style>
span { border-color: #A1617D; }
span { border-color: rgb(161,97,125); }
td.TdClassName
{
border-color: #A1617D;
}
.TagClassName
{
border-color: #A1617D;
}
</style>