Shades of Strikemaster #A16383
Tints of Strikemaster #A16383
RGB
CMYK
RGB Variations
Color information
#A16383 (or 0xA16383) is known color: Strikemaster. HEX triplet: A1, 63 and 83. RGB value is (161,99,131). Sum of RGB (Red+Green+Blue) = 161+99+131=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A16383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16383 is #5E9C7C. Grayscale: #797979. Windows color (decimal): -6200445 or 8610721. OLE color: 8610721.
HSL color Cylindrical-coordinate representation of color #A16383: hue angle of 329.03º 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 #A16383 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 131 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.37 |
| HSL | 329.03º | 0.25% | 0.51% | - |
| HSV(B) | 329.03º | 0.39% | 0.63% | - |
| XYZ | 23.26 | 18.14 | 23.75 | - |
| YUV | 121.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 131 | 0 | 0.39 | 0.19 | 0.37 | 329.03 | 0.25 | 0.51 |
| Hex | A1 | 63 | 83 | 0 | 27 | 13 | 25 | 149 | 19 | 33 |
| Octal | 241 | 143 | 203 | 0 | 47 | 23 | 45 | 511 | 31 | 63 |
| Binary | 10100001 | 1100011 | 10000011 | 0 | 100111 | 10011 | 100101 | 101001001 | 11001 | 110011 |
Color Harmonies of #A16383
Complementary color
Monochromatic Colors of #A16383
Black with #A16383
Text Example
Text Example
White with #A16383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16383; }
p { color: rgb(161,99,131); }
H1.HeaderClassName
{
color: #A16383;
}
.AnyTagClassName
{
color: #A16383;
}
</style>
background-color css
<style>
a { background-color: #A16383; }
a { background-color: rgb(161,99,131); }
div.DivClassName
{
background-color: #A16383;
}
.BgClassName
{
background-color: #A16383;
}
</style>
border-color css
<style>
span { border-color: #A16383; }
span { border-color: rgb(161,99,131); }
td.TdClassName
{
border-color: #A16383;
}
.TagClassName
{
border-color: #A16383;
}
</style>