Shades of Strikemaster #A15782
Tints of Strikemaster #A15782
RGB
CMYK
RGB Variations
Color information
#A15782 (or 0xA15782) is known color: Strikemaster. HEX triplet: A1, 57 and 82. RGB value is (161,87,130). Sum of RGB (Red+Green+Blue) = 161+87+130=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A15782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15782 is #5EA87D. Grayscale: #717171. Windows color (decimal): -6203518 or 8542113. OLE color: 8542113.
HSL color Cylindrical-coordinate representation of color #A15782: hue angle of 325.14º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15782 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 130 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.37 |
| HSL | 325.14º | 0.3% | 0.49% | - |
| HSV(B) | 325.14º | 0.46% | 0.63% | - |
| XYZ | 22.14 | 16.01 | 23.04 | - |
| YUV | 114.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 130 | 0 | 0.46 | 0.19 | 0.37 | 325.14 | 0.3 | 0.49 |
| Hex | A1 | 57 | 82 | 0 | 2E | 13 | 25 | 145 | 1E | 31 |
| Octal | 241 | 127 | 202 | 0 | 56 | 23 | 45 | 505 | 36 | 61 |
| Binary | 10100001 | 1010111 | 10000010 | 0 | 101110 | 10011 | 100101 | 101000101 | 11110 | 110001 |
Color Harmonies of #A15782
Complementary color
Monochromatic Colors of #A15782
Black with #A15782
Text Example
Text Example
White with #A15782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15782; }
p { color: rgb(161,87,130); }
H1.HeaderClassName
{
color: #A15782;
}
.AnyTagClassName
{
color: #A15782;
}
</style>
background-color css
<style>
a { background-color: #A15782; }
a { background-color: rgb(161,87,130); }
div.DivClassName
{
background-color: #A15782;
}
.BgClassName
{
background-color: #A15782;
}
</style>
border-color css
<style>
span { border-color: #A15782; }
span { border-color: rgb(161,87,130); }
td.TdClassName
{
border-color: #A15782;
}
.TagClassName
{
border-color: #A15782;
}
</style>