Shades of Strikemaster #A15281
Tints of Strikemaster #A15281
RGB
CMYK
RGB Variations
Color information
#A15281 (or 0xA15281) is known color: Strikemaster. HEX triplet: A1, 52 and 81. RGB value is (161,82,129). Sum of RGB (Red+Green+Blue) = 161+82+129=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A15281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15281 is #5EAD7E. Grayscale: #6E6E6E. Windows color (decimal): -6204799 or 8475297. OLE color: 8475297.
HSL color Cylindrical-coordinate representation of color #A15281: hue angle of 324.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15281 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 129 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.37 |
| HSL | 324.3º | 0.33% | 0.48% | - |
| HSV(B) | 324.3º | 0.49% | 0.63% | - |
| XYZ | 21.68 | 15.2 | 22.56 | - |
| YUV | 110.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 129 | 0 | 0.49 | 0.20 | 0.37 | 324.3 | 0.33 | 0.48 |
| Hex | A1 | 52 | 81 | 0 | 31 | 14 | 25 | 144 | 21 | 30 |
| Octal | 241 | 122 | 201 | 0 | 61 | 24 | 45 | 504 | 41 | 60 |
| Binary | 10100001 | 1010010 | 10000001 | 0 | 110001 | 10100 | 100101 | 101000100 | 100001 | 110000 |
Color Harmonies of #A15281
Complementary color
Monochromatic Colors of #A15281
Black with #A15281
Text Example
Text Example
White with #A15281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15281; }
p { color: rgb(161,82,129); }
H1.HeaderClassName
{
color: #A15281;
}
.AnyTagClassName
{
color: #A15281;
}
</style>
background-color css
<style>
a { background-color: #A15281; }
a { background-color: rgb(161,82,129); }
div.DivClassName
{
background-color: #A15281;
}
.BgClassName
{
background-color: #A15281;
}
</style>
border-color css
<style>
span { border-color: #A15281; }
span { border-color: rgb(161,82,129); }
td.TdClassName
{
border-color: #A15281;
}
.TagClassName
{
border-color: #A15281;
}
</style>