Shades of Strikemaster #A1627B
Tints of Strikemaster #A1627B
RGB
CMYK
RGB Variations
Color information
#A1627B (or 0xA1627B) is known color: Strikemaster. HEX triplet: A1, 62 and 7B. RGB value is (161,98,123). Sum of RGB (Red+Green+Blue) = 161+98+123=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1627B is #5E9D84. Grayscale: #777777. Windows color (decimal): -6200709 or 8086177. OLE color: 8086177.
HSL color Cylindrical-coordinate representation of color #A1627B: hue angle of 336.19º 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 #A1627B is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 123 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.37 |
| HSL | 336.19º | 0.25% | 0.51% | - |
| HSV(B) | 336.19º | 0.39% | 0.63% | - |
| XYZ | 22.64 | 17.74 | 20.97 | - |
| YUV | 119.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 123 | 0 | 0.39 | 0.24 | 0.37 | 336.19 | 0.25 | 0.51 |
| Hex | A1 | 62 | 7B | 0 | 27 | 18 | 25 | 150 | 19 | 33 |
| Octal | 241 | 142 | 173 | 0 | 47 | 30 | 45 | 520 | 31 | 63 |
| Binary | 10100001 | 1100010 | 1111011 | 0 | 100111 | 11000 | 100101 | 101010000 | 11001 | 110011 |
Color Harmonies of #A1627B
Complementary color
Monochromatic Colors of #A1627B
Black with #A1627B
Text Example
Text Example
White with #A1627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1627B; }
p { color: rgb(161,98,123); }
H1.HeaderClassName
{
color: #A1627B;
}
.AnyTagClassName
{
color: #A1627B;
}
</style>
background-color css
<style>
a { background-color: #A1627B; }
a { background-color: rgb(161,98,123); }
div.DivClassName
{
background-color: #A1627B;
}
.BgClassName
{
background-color: #A1627B;
}
</style>
border-color css
<style>
span { border-color: #A1627B; }
span { border-color: rgb(161,98,123); }
td.TdClassName
{
border-color: #A1627B;
}
.TagClassName
{
border-color: #A1627B;
}
</style>