Shades of Strikemaster #A15180
Tints of Strikemaster #A15180
RGB
CMYK
RGB Variations
Color information
#A15180 (or 0xA15180) is known color: Strikemaster. HEX triplet: A1, 51 and 80. RGB value is (161,81,128). Sum of RGB (Red+Green+Blue) = 161+81+128=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A15180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15180 is #5EAE7F. Grayscale: #6E6E6E. Windows color (decimal): -6205056 or 8409505. OLE color: 8409505.
HSL color Cylindrical-coordinate representation of color #A15180: hue angle of 324.75º degrees, saturation: 0.33, 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 #A15180 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 128 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.37 |
| HSL | 324.75º | 0.33% | 0.47% | - |
| HSV(B) | 324.75º | 0.5% | 0.63% | - |
| XYZ | 21.54 | 15.02 | 22.19 | - |
| YUV | 110.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 128 | 0 | 0.50 | 0.20 | 0.37 | 324.75 | 0.33 | 0.47 |
| Hex | A1 | 51 | 80 | 0 | 32 | 14 | 25 | 145 | 21 | 2F |
| Octal | 241 | 121 | 200 | 0 | 62 | 24 | 45 | 505 | 41 | 57 |
| Binary | 10100001 | 1010001 | 10000000 | 0 | 110010 | 10100 | 100101 | 101000101 | 100001 | 101111 |
Color Harmonies of #A15180
Complementary color
Monochromatic Colors of #A15180
Black with #A15180
Text Example
Text Example
White with #A15180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15180; }
p { color: rgb(161,81,128); }
H1.HeaderClassName
{
color: #A15180;
}
.AnyTagClassName
{
color: #A15180;
}
</style>
background-color css
<style>
a { background-color: #A15180; }
a { background-color: rgb(161,81,128); }
div.DivClassName
{
background-color: #A15180;
}
.BgClassName
{
background-color: #A15180;
}
</style>
border-color css
<style>
span { border-color: #A15180; }
span { border-color: rgb(161,81,128); }
td.TdClassName
{
border-color: #A15180;
}
.TagClassName
{
border-color: #A15180;
}
</style>