Shades of Strikemaster #A15981
Tints of Strikemaster #A15981
RGB
CMYK
RGB Variations
Color information
#A15981 (or 0xA15981) is known color: Strikemaster. HEX triplet: A1, 59 and 81. RGB value is (161,89,129). Sum of RGB (Red+Green+Blue) = 161+89+129=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A15981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15981 is #5EA67E. Grayscale: #737373. Windows color (decimal): -6203007 or 8477089. OLE color: 8477089.
HSL color Cylindrical-coordinate representation of color #A15981: hue angle of 326.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15981 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 129 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.37 |
| HSL | 326.67º | 0.29% | 0.49% | - |
| HSV(B) | 326.67º | 0.45% | 0.63% | - |
| XYZ | 22.23 | 16.31 | 22.74 | - |
| YUV | 115.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 129 | 0 | 0.45 | 0.20 | 0.37 | 326.67 | 0.29 | 0.49 |
| Hex | A1 | 59 | 81 | 0 | 2D | 14 | 25 | 147 | 1D | 31 |
| Octal | 241 | 131 | 201 | 0 | 55 | 24 | 45 | 507 | 35 | 61 |
| Binary | 10100001 | 1011001 | 10000001 | 0 | 101101 | 10100 | 100101 | 101000111 | 11101 | 110001 |
Color Harmonies of #A15981
Complementary color
Monochromatic Colors of #A15981
Black with #A15981
Text Example
Text Example
White with #A15981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15981; }
p { color: rgb(161,89,129); }
H1.HeaderClassName
{
color: #A15981;
}
.AnyTagClassName
{
color: #A15981;
}
</style>
background-color css
<style>
a { background-color: #A15981; }
a { background-color: rgb(161,89,129); }
div.DivClassName
{
background-color: #A15981;
}
.BgClassName
{
background-color: #A15981;
}
</style>
border-color css
<style>
span { border-color: #A15981; }
span { border-color: rgb(161,89,129); }
td.TdClassName
{
border-color: #A15981;
}
.TagClassName
{
border-color: #A15981;
}
</style>