Shades of Strikemaster #A15381
Tints of Strikemaster #A15381
RGB
CMYK
RGB Variations
Color information
#A15381 (or 0xA15381) is known color: Strikemaster. HEX triplet: A1, 53 and 81. RGB value is (161,83,129). Sum of RGB (Red+Green+Blue) = 161+83+129=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15381 is #5EAC7E. Grayscale: #6F6F6F. Windows color (decimal): -6204543 or 8475553. OLE color: 8475553.
HSL color Cylindrical-coordinate representation of color #A15381: hue angle of 324.62º degrees, saturation: 0.32, 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 #A15381 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 129 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.37 |
| HSL | 324.62º | 0.32% | 0.48% | - |
| HSV(B) | 324.62º | 0.48% | 0.63% | - |
| XYZ | 21.75 | 15.35 | 22.58 | - |
| YUV | 111.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 129 | 0 | 0.48 | 0.20 | 0.37 | 324.62 | 0.32 | 0.48 |
| Hex | A1 | 53 | 81 | 0 | 30 | 14 | 25 | 145 | 20 | 30 |
| Octal | 241 | 123 | 201 | 0 | 60 | 24 | 45 | 505 | 40 | 60 |
| Binary | 10100001 | 1010011 | 10000001 | 0 | 110000 | 10100 | 100101 | 101000101 | 100000 | 110000 |
Color Harmonies of #A15381
Complementary color
Monochromatic Colors of #A15381
Black with #A15381
Text Example
Text Example
White with #A15381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15381; }
p { color: rgb(161,83,129); }
H1.HeaderClassName
{
color: #A15381;
}
.AnyTagClassName
{
color: #A15381;
}
</style>
background-color css
<style>
a { background-color: #A15381; }
a { background-color: rgb(161,83,129); }
div.DivClassName
{
background-color: #A15381;
}
.BgClassName
{
background-color: #A15381;
}
</style>
border-color css
<style>
span { border-color: #A15381; }
span { border-color: rgb(161,83,129); }
td.TdClassName
{
border-color: #A15381;
}
.TagClassName
{
border-color: #A15381;
}
</style>