Shades of Strikemaster #A15089
Tints of Strikemaster #A15089
RGB
CMYK
RGB Variations
Color information
#A15089 (or 0xA15089) is known color: Strikemaster. HEX triplet: A1, 50 and 89. RGB value is (161,80,137). Sum of RGB (Red+Green+Blue) = 161+80+137=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A15089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15089 is #5EAF76. Grayscale: #6E6E6E. Windows color (decimal): -6205303 or 8999073. OLE color: 8999073.
HSL color Cylindrical-coordinate representation of color #A15089: hue angle of 317.78º degrees, saturation: 0.34, 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 #A15089 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 137 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.37 |
| HSL | 317.78º | 0.34% | 0.47% | - |
| HSV(B) | 317.78º | 0.5% | 0.63% | - |
| XYZ | 22.08 | 15.12 | 25.42 | - |
| YUV | 110.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 137 | 0 | 0.50 | 0.15 | 0.37 | 317.78 | 0.34 | 0.47 |
| Hex | A1 | 50 | 89 | 0 | 32 | F | 25 | 13E | 22 | 2F |
| Octal | 241 | 120 | 211 | 0 | 62 | 17 | 45 | 476 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10001001 | 0 | 110010 | 1111 | 100101 | 100111110 | 100010 | 101111 |
Color Harmonies of #A15089
Complementary color
Monochromatic Colors of #A15089
Black with #A15089
Text Example
Text Example
White with #A15089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15089; }
p { color: rgb(161,80,137); }
H1.HeaderClassName
{
color: #A15089;
}
.AnyTagClassName
{
color: #A15089;
}
</style>
background-color css
<style>
a { background-color: #A15089; }
a { background-color: rgb(161,80,137); }
div.DivClassName
{
background-color: #A15089;
}
.BgClassName
{
background-color: #A15089;
}
</style>
border-color css
<style>
span { border-color: #A15089; }
span { border-color: rgb(161,80,137); }
td.TdClassName
{
border-color: #A15089;
}
.TagClassName
{
border-color: #A15089;
}
</style>