Shades of Strikemaster #A15482
Tints of Strikemaster #A15482
RGB
CMYK
RGB Variations
Color information
#A15482 (or 0xA15482) is known color: Strikemaster. HEX triplet: A1, 54 and 82. RGB value is (161,84,130). Sum of RGB (Red+Green+Blue) = 161+84+130=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A15482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15482 is #5EAB7D. Grayscale: #707070. Windows color (decimal): -6204286 or 8541345. OLE color: 8541345.
HSL color Cylindrical-coordinate representation of color #A15482: hue angle of 324.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15482 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 130 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.37 |
| HSL | 324.16º | 0.31% | 0.48% | - |
| HSV(B) | 324.16º | 0.48% | 0.63% | - |
| XYZ | 21.9 | 15.53 | 22.96 | - |
| YUV | 112.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 130 | 0 | 0.48 | 0.19 | 0.37 | 324.16 | 0.31 | 0.48 |
| Hex | A1 | 54 | 82 | 0 | 30 | 13 | 25 | 144 | 1F | 30 |
| Octal | 241 | 124 | 202 | 0 | 60 | 23 | 45 | 504 | 37 | 60 |
| Binary | 10100001 | 1010100 | 10000010 | 0 | 110000 | 10011 | 100101 | 101000100 | 11111 | 110000 |
Color Harmonies of #A15482
Complementary color
Monochromatic Colors of #A15482
Black with #A15482
Text Example
Text Example
White with #A15482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15482; }
p { color: rgb(161,84,130); }
H1.HeaderClassName
{
color: #A15482;
}
.AnyTagClassName
{
color: #A15482;
}
</style>
background-color css
<style>
a { background-color: #A15482; }
a { background-color: rgb(161,84,130); }
div.DivClassName
{
background-color: #A15482;
}
.BgClassName
{
background-color: #A15482;
}
</style>
border-color css
<style>
span { border-color: #A15482; }
span { border-color: rgb(161,84,130); }
td.TdClassName
{
border-color: #A15482;
}
.TagClassName
{
border-color: #A15482;
}
</style>