Shades of Strikemaster #A1628C
Tints of Strikemaster #A1628C
RGB
CMYK
RGB Variations
Color information
#A1628C (or 0xA1628C) is known color: Strikemaster. HEX triplet: A1, 62 and 8C. RGB value is (161,98,140). Sum of RGB (Red+Green+Blue) = 161+98+140=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1628C is #5E9D73. Grayscale: #797979. Windows color (decimal): -6200692 or 9200289. OLE color: 9200289.
HSL color Cylindrical-coordinate representation of color #A1628C: hue angle of 320º 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 #A1628C is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 140 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.37 |
| HSL | 320º | 0.25% | 0.51% | - |
| HSV(B) | 320º | 0.39% | 0.63% | - |
| XYZ | 23.8 | 18.21 | 27.07 | - |
| YUV | 121.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 140 | 0 | 0.39 | 0.13 | 0.37 | 320 | 0.25 | 0.51 |
| Hex | A1 | 62 | 8C | 0 | 27 | D | 25 | 140 | 19 | 33 |
| Octal | 241 | 142 | 214 | 0 | 47 | 15 | 45 | 500 | 31 | 63 |
| Binary | 10100001 | 1100010 | 10001100 | 0 | 100111 | 1101 | 100101 | 101000000 | 11001 | 110011 |
Color Harmonies of #A1628C
Complementary color
Monochromatic Colors of #A1628C
Black with #A1628C
Text Example
Text Example
White with #A1628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1628C; }
p { color: rgb(161,98,140); }
H1.HeaderClassName
{
color: #A1628C;
}
.AnyTagClassName
{
color: #A1628C;
}
</style>
background-color css
<style>
a { background-color: #A1628C; }
a { background-color: rgb(161,98,140); }
div.DivClassName
{
background-color: #A1628C;
}
.BgClassName
{
background-color: #A1628C;
}
</style>
border-color css
<style>
span { border-color: #A1628C; }
span { border-color: rgb(161,98,140); }
td.TdClassName
{
border-color: #A1628C;
}
.TagClassName
{
border-color: #A1628C;
}
</style>