Shades of Strikemaster #A16880
Tints of Strikemaster #A16880
RGB
CMYK
RGB Variations
Color information
#A16880 (or 0xA16880) is known color: Strikemaster. HEX triplet: A1, 68 and 80. RGB value is (161,104,128). Sum of RGB (Red+Green+Blue) = 161+104+128=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16880 is #5E977F. Grayscale: #7B7B7B. Windows color (decimal): -6199168 or 8415393. OLE color: 8415393.
HSL color Cylindrical-coordinate representation of color #A16880: hue angle of 334.74º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16880 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 128 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.37 |
| HSL | 334.74º | 0.23% | 0.52% | - |
| HSV(B) | 334.74º | 0.35% | 0.63% | - |
| XYZ | 23.54 | 19.04 | 22.86 | - |
| YUV | 123.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 128 | 0 | 0.35 | 0.20 | 0.37 | 334.74 | 0.23 | 0.52 |
| Hex | A1 | 68 | 80 | 0 | 23 | 14 | 25 | 14F | 17 | 34 |
| Octal | 241 | 150 | 200 | 0 | 43 | 24 | 45 | 517 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10000000 | 0 | 100011 | 10100 | 100101 | 101001111 | 10111 | 110100 |
Color Harmonies of #A16880
Complementary color
Monochromatic Colors of #A16880
Black with #A16880
Text Example
Text Example
White with #A16880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16880; }
p { color: rgb(161,104,128); }
H1.HeaderClassName
{
color: #A16880;
}
.AnyTagClassName
{
color: #A16880;
}
</style>
background-color css
<style>
a { background-color: #A16880; }
a { background-color: rgb(161,104,128); }
div.DivClassName
{
background-color: #A16880;
}
.BgClassName
{
background-color: #A16880;
}
</style>
border-color css
<style>
span { border-color: #A16880; }
span { border-color: rgb(161,104,128); }
td.TdClassName
{
border-color: #A16880;
}
.TagClassName
{
border-color: #A16880;
}
</style>