Shades of Strikemaster #A15B7E
Tints of Strikemaster #A15B7E
RGB
CMYK
RGB Variations
Color information
#A15B7E (or 0xA15B7E) is known color: Strikemaster. HEX triplet: A1, 5B and 7E. RGB value is (161,91,126). Sum of RGB (Red+Green+Blue) = 161+91+126=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B7E is #5EA481. Grayscale: #737373. Windows color (decimal): -6202498 or 8280993. OLE color: 8280993.
HSL color Cylindrical-coordinate representation of color #A15B7E: hue angle of 330º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B7E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 126 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.37 |
| HSL | 330º | 0.28% | 0.49% | - |
| HSV(B) | 330º | 0.43% | 0.63% | - |
| XYZ | 22.2 | 16.57 | 21.77 | - |
| YUV | 115.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 126 | 0 | 0.43 | 0.22 | 0.37 | 330 | 0.28 | 0.49 |
| Hex | A1 | 5B | 7E | 0 | 2B | 16 | 25 | 14A | 1C | 31 |
| Octal | 241 | 133 | 176 | 0 | 53 | 26 | 45 | 512 | 34 | 61 |
| Binary | 10100001 | 1011011 | 1111110 | 0 | 101011 | 10110 | 100101 | 101001010 | 11100 | 110001 |
Color Harmonies of #A15B7E
Complementary color
Monochromatic Colors of #A15B7E
Black with #A15B7E
Text Example
Text Example
White with #A15B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B7E; }
p { color: rgb(161,91,126); }
H1.HeaderClassName
{
color: #A15B7E;
}
.AnyTagClassName
{
color: #A15B7E;
}
</style>
background-color css
<style>
a { background-color: #A15B7E; }
a { background-color: rgb(161,91,126); }
div.DivClassName
{
background-color: #A15B7E;
}
.BgClassName
{
background-color: #A15B7E;
}
</style>
border-color css
<style>
span { border-color: #A15B7E; }
span { border-color: rgb(161,91,126); }
td.TdClassName
{
border-color: #A15B7E;
}
.TagClassName
{
border-color: #A15B7E;
}
</style>