Shades of Strikemaster #A1627D
Tints of Strikemaster #A1627D
RGB
CMYK
RGB Variations
Color information
#A1627D (or 0xA1627D) is known color: Strikemaster. HEX triplet: A1, 62 and 7D. RGB value is (161,98,125). Sum of RGB (Red+Green+Blue) = 161+98+125=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1627D is #5E9D82. Grayscale: #777777. Windows color (decimal): -6200707 or 8217249. OLE color: 8217249.
HSL color Cylindrical-coordinate representation of color #A1627D: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1627D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 125 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.37 |
| HSL | 334.29º | 0.25% | 0.51% | - |
| HSV(B) | 334.29º | 0.39% | 0.63% | - |
| XYZ | 22.77 | 17.79 | 21.64 | - |
| YUV | 119.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 125 | 0 | 0.39 | 0.22 | 0.37 | 334.29 | 0.25 | 0.51 |
| Hex | A1 | 62 | 7D | 0 | 27 | 16 | 25 | 14E | 19 | 33 |
| Octal | 241 | 142 | 175 | 0 | 47 | 26 | 45 | 516 | 31 | 63 |
| Binary | 10100001 | 1100010 | 1111101 | 0 | 100111 | 10110 | 100101 | 101001110 | 11001 | 110011 |
Color Harmonies of #A1627D
Complementary color
Monochromatic Colors of #A1627D
Black with #A1627D
Text Example
Text Example
White with #A1627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1627D; }
p { color: rgb(161,98,125); }
H1.HeaderClassName
{
color: #A1627D;
}
.AnyTagClassName
{
color: #A1627D;
}
</style>
background-color css
<style>
a { background-color: #A1627D; }
a { background-color: rgb(161,98,125); }
div.DivClassName
{
background-color: #A1627D;
}
.BgClassName
{
background-color: #A1627D;
}
</style>
border-color css
<style>
span { border-color: #A1627D; }
span { border-color: rgb(161,98,125); }
td.TdClassName
{
border-color: #A1627D;
}
.TagClassName
{
border-color: #A1627D;
}
</style>