Shades of Strikemaster #A1628F
Tints of Strikemaster #A1628F
RGB
CMYK
RGB Variations
Color information
#A1628F (or 0xA1628F) is known color: Strikemaster. HEX triplet: A1, 62 and 8F. RGB value is (161,98,143). Sum of RGB (Red+Green+Blue) = 161+98+143=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1628F is #5E9D70. Grayscale: #797979. Windows color (decimal): -6200689 or 9396897. OLE color: 9396897.
HSL color Cylindrical-coordinate representation of color #A1628F: hue angle of 317.14º 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 #A1628F is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 143 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.37 |
| HSL | 317.14º | 0.25% | 0.51% | - |
| HSV(B) | 317.14º | 0.39% | 0.63% | - |
| XYZ | 24.02 | 18.3 | 28.25 | - |
| YUV | 121.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 143 | 0 | 0.39 | 0.11 | 0.37 | 317.14 | 0.25 | 0.51 |
| Hex | A1 | 62 | 8F | 0 | 27 | B | 25 | 13D | 19 | 33 |
| Octal | 241 | 142 | 217 | 0 | 47 | 13 | 45 | 475 | 31 | 63 |
| Binary | 10100001 | 1100010 | 10001111 | 0 | 100111 | 1011 | 100101 | 100111101 | 11001 | 110011 |
Color Harmonies of #A1628F
Complementary color
Monochromatic Colors of #A1628F
Black with #A1628F
Text Example
Text Example
White with #A1628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1628F; }
p { color: rgb(161,98,143); }
H1.HeaderClassName
{
color: #A1628F;
}
.AnyTagClassName
{
color: #A1628F;
}
</style>
background-color css
<style>
a { background-color: #A1628F; }
a { background-color: rgb(161,98,143); }
div.DivClassName
{
background-color: #A1628F;
}
.BgClassName
{
background-color: #A1628F;
}
</style>
border-color css
<style>
span { border-color: #A1628F; }
span { border-color: rgb(161,98,143); }
td.TdClassName
{
border-color: #A1628F;
}
.TagClassName
{
border-color: #A1628F;
}
</style>