Shades of Strikemaster #A1607F
Tints of Strikemaster #A1607F
RGB
CMYK
RGB Variations
Color information
#A1607F (or 0xA1607F) is known color: Strikemaster. HEX triplet: A1, 60 and 7F. RGB value is (161,96,127). Sum of RGB (Red+Green+Blue) = 161+96+127=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1607F is #5E9F80. Grayscale: #767676. Windows color (decimal): -6201217 or 8347809. OLE color: 8347809.
HSL color Cylindrical-coordinate representation of color #A1607F: hue angle of 331.38º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1607F is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 127 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.37 |
| HSL | 331.38º | 0.26% | 0.5% | - |
| HSV(B) | 331.38º | 0.4% | 0.63% | - |
| XYZ | 22.71 | 17.48 | 22.25 | - |
| YUV | 118.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 127 | 0 | 0.40 | 0.21 | 0.37 | 331.38 | 0.26 | 0.5 |
| Hex | A1 | 60 | 7F | 0 | 28 | 15 | 25 | 14B | 1A | 32 |
| Octal | 241 | 140 | 177 | 0 | 50 | 25 | 45 | 513 | 32 | 62 |
| Binary | 10100001 | 1100000 | 1111111 | 0 | 101000 | 10101 | 100101 | 101001011 | 11010 | 110010 |
Color Harmonies of #A1607F
Complementary color
Monochromatic Colors of #A1607F
Black with #A1607F
Text Example
Text Example
White with #A1607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1607F; }
p { color: rgb(161,96,127); }
H1.HeaderClassName
{
color: #A1607F;
}
.AnyTagClassName
{
color: #A1607F;
}
</style>
background-color css
<style>
a { background-color: #A1607F; }
a { background-color: rgb(161,96,127); }
div.DivClassName
{
background-color: #A1607F;
}
.BgClassName
{
background-color: #A1607F;
}
</style>
border-color css
<style>
span { border-color: #A1607F; }
span { border-color: rgb(161,96,127); }
td.TdClassName
{
border-color: #A1607F;
}
.TagClassName
{
border-color: #A1607F;
}
</style>