Shades of Strikemaster #A15B7B
Tints of Strikemaster #A15B7B
RGB
CMYK
RGB Variations
Color information
#A15B7B (or 0xA15B7B) is known color: Strikemaster. HEX triplet: A1, 5B and 7B. RGB value is (161,91,123). Sum of RGB (Red+Green+Blue) = 161+91+123=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B7B is #5EA484. Grayscale: #737373. Windows color (decimal): -6202501 or 8084385. OLE color: 8084385.
HSL color Cylindrical-coordinate representation of color #A15B7B: hue angle of 332.57º 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 #A15B7B is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 123 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.37 |
| HSL | 332.57º | 0.28% | 0.49% | - |
| HSV(B) | 332.57º | 0.43% | 0.63% | - |
| XYZ | 22.01 | 16.49 | 20.76 | - |
| YUV | 115.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 123 | 0 | 0.43 | 0.24 | 0.37 | 332.57 | 0.28 | 0.49 |
| Hex | A1 | 5B | 7B | 0 | 2B | 18 | 25 | 14D | 1C | 31 |
| Octal | 241 | 133 | 173 | 0 | 53 | 30 | 45 | 515 | 34 | 61 |
| Binary | 10100001 | 1011011 | 1111011 | 0 | 101011 | 11000 | 100101 | 101001101 | 11100 | 110001 |
Color Harmonies of #A15B7B
Complementary color
Monochromatic Colors of #A15B7B
Black with #A15B7B
Text Example
Text Example
White with #A15B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B7B; }
p { color: rgb(161,91,123); }
H1.HeaderClassName
{
color: #A15B7B;
}
.AnyTagClassName
{
color: #A15B7B;
}
</style>
background-color css
<style>
a { background-color: #A15B7B; }
a { background-color: rgb(161,91,123); }
div.DivClassName
{
background-color: #A15B7B;
}
.BgClassName
{
background-color: #A15B7B;
}
</style>
border-color css
<style>
span { border-color: #A15B7B; }
span { border-color: rgb(161,91,123); }
td.TdClassName
{
border-color: #A15B7B;
}
.TagClassName
{
border-color: #A15B7B;
}
</style>