Shades of Strikemaster #A15086
Tints of Strikemaster #A15086
RGB
CMYK
RGB Variations
Color information
#A15086 (or 0xA15086) is known color: Strikemaster. HEX triplet: A1, 50 and 86. RGB value is (161,80,134). Sum of RGB (Red+Green+Blue) = 161+80+134=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A15086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15086 is #5EAF79. Grayscale: #6E6E6E. Windows color (decimal): -6205306 or 8802465. OLE color: 8802465.
HSL color Cylindrical-coordinate representation of color #A15086: hue angle of 320º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15086 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 134 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.37 |
| HSL | 320º | 0.34% | 0.47% | - |
| HSV(B) | 320º | 0.5% | 0.63% | - |
| XYZ | 21.87 | 15.04 | 24.3 | - |
| YUV | 110.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 134 | 0 | 0.50 | 0.17 | 0.37 | 320 | 0.34 | 0.47 |
| Hex | A1 | 50 | 86 | 0 | 32 | 11 | 25 | 140 | 22 | 2F |
| Octal | 241 | 120 | 206 | 0 | 62 | 21 | 45 | 500 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10000110 | 0 | 110010 | 10001 | 100101 | 101000000 | 100010 | 101111 |
Color Harmonies of #A15086
Complementary color
Monochromatic Colors of #A15086
Black with #A15086
Text Example
Text Example
White with #A15086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15086; }
p { color: rgb(161,80,134); }
H1.HeaderClassName
{
color: #A15086;
}
.AnyTagClassName
{
color: #A15086;
}
</style>
background-color css
<style>
a { background-color: #A15086; }
a { background-color: rgb(161,80,134); }
div.DivClassName
{
background-color: #A15086;
}
.BgClassName
{
background-color: #A15086;
}
</style>
border-color css
<style>
span { border-color: #A15086; }
span { border-color: rgb(161,80,134); }
td.TdClassName
{
border-color: #A15086;
}
.TagClassName
{
border-color: #A15086;
}
</style>