Shades of Strikemaster #A15A81
Tints of Strikemaster #A15A81
RGB
CMYK
RGB Variations
Color information
#A15A81 (or 0xA15A81) is known color: Strikemaster. HEX triplet: A1, 5A and 81. RGB value is (161,90,129). Sum of RGB (Red+Green+Blue) = 161+90+129=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A81 is #5EA57E. Grayscale: #737373. Windows color (decimal): -6202751 or 8477345. OLE color: 8477345.
HSL color Cylindrical-coordinate representation of color #A15A81: hue angle of 327.04º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A81 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 129 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.37 |
| HSL | 327.04º | 0.28% | 0.49% | - |
| HSV(B) | 327.04º | 0.44% | 0.63% | - |
| XYZ | 22.32 | 16.47 | 22.77 | - |
| YUV | 115.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 129 | 0 | 0.44 | 0.20 | 0.37 | 327.04 | 0.28 | 0.49 |
| Hex | A1 | 5A | 81 | 0 | 2C | 14 | 25 | 147 | 1C | 31 |
| Octal | 241 | 132 | 201 | 0 | 54 | 24 | 45 | 507 | 34 | 61 |
| Binary | 10100001 | 1011010 | 10000001 | 0 | 101100 | 10100 | 100101 | 101000111 | 11100 | 110001 |
Color Harmonies of #A15A81
Complementary color
Monochromatic Colors of #A15A81
Black with #A15A81
Text Example
Text Example
White with #A15A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A81; }
p { color: rgb(161,90,129); }
H1.HeaderClassName
{
color: #A15A81;
}
.AnyTagClassName
{
color: #A15A81;
}
</style>
background-color css
<style>
a { background-color: #A15A81; }
a { background-color: rgb(161,90,129); }
div.DivClassName
{
background-color: #A15A81;
}
.BgClassName
{
background-color: #A15A81;
}
</style>
border-color css
<style>
span { border-color: #A15A81; }
span { border-color: rgb(161,90,129); }
td.TdClassName
{
border-color: #A15A81;
}
.TagClassName
{
border-color: #A15A81;
}
</style>