Shades of Strikemaster #A16584
Tints of Strikemaster #A16584
RGB
CMYK
RGB Variations
Color information
#A16584 (or 0xA16584) is known color: Strikemaster. HEX triplet: A1, 65 and 84. RGB value is (161,101,132). Sum of RGB (Red+Green+Blue) = 161+101+132=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16584 is #5E9A7B. Grayscale: #7A7A7A. Windows color (decimal): -6199932 or 8676769. OLE color: 8676769.
HSL color Cylindrical-coordinate representation of color #A16584: hue angle of 329º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16584 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 132 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.37 |
| HSL | 329º | 0.24% | 0.51% | - |
| HSV(B) | 329º | 0.37% | 0.63% | - |
| XYZ | 23.52 | 18.55 | 24.17 | - |
| YUV | 122.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 132 | 0 | 0.37 | 0.18 | 0.37 | 329 | 0.24 | 0.51 |
| Hex | A1 | 65 | 84 | 0 | 25 | 12 | 25 | 149 | 18 | 33 |
| Octal | 241 | 145 | 204 | 0 | 45 | 22 | 45 | 511 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10000100 | 0 | 100101 | 10010 | 100101 | 101001001 | 11000 | 110011 |
Color Harmonies of #A16584
Complementary color
Monochromatic Colors of #A16584
Black with #A16584
Text Example
Text Example
White with #A16584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16584; }
p { color: rgb(161,101,132); }
H1.HeaderClassName
{
color: #A16584;
}
.AnyTagClassName
{
color: #A16584;
}
</style>
background-color css
<style>
a { background-color: #A16584; }
a { background-color: rgb(161,101,132); }
div.DivClassName
{
background-color: #A16584;
}
.BgClassName
{
background-color: #A16584;
}
</style>
border-color css
<style>
span { border-color: #A16584; }
span { border-color: rgb(161,101,132); }
td.TdClassName
{
border-color: #A16584;
}
.TagClassName
{
border-color: #A16584;
}
</style>