Shades of Strikemaster #A15F7B
Tints of Strikemaster #A15F7B
RGB
CMYK
RGB Variations
Color information
#A15F7B (or 0xA15F7B) is known color: Strikemaster. HEX triplet: A1, 5F and 7B. RGB value is (161,95,123). Sum of RGB (Red+Green+Blue) = 161+95+123=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F7B is #5EA084. Grayscale: #757575. Windows color (decimal): -6201477 or 8085409. OLE color: 8085409.
HSL color Cylindrical-coordinate representation of color #A15F7B: hue angle of 334.55º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A15F7B is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 123 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.37 |
| HSL | 334.55º | 0.26% | 0.5% | - |
| HSV(B) | 334.55º | 0.41% | 0.63% | - |
| XYZ | 22.37 | 17.19 | 20.88 | - |
| YUV | 117.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 123 | 0 | 0.41 | 0.24 | 0.37 | 334.55 | 0.26 | 0.5 |
| Hex | A1 | 5F | 7B | 0 | 29 | 18 | 25 | 14F | 1A | 32 |
| Octal | 241 | 137 | 173 | 0 | 51 | 30 | 45 | 517 | 32 | 62 |
| Binary | 10100001 | 1011111 | 1111011 | 0 | 101001 | 11000 | 100101 | 101001111 | 11010 | 110010 |
Color Harmonies of #A15F7B
Complementary color
Monochromatic Colors of #A15F7B
Black with #A15F7B
Text Example
Text Example
White with #A15F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F7B; }
p { color: rgb(161,95,123); }
H1.HeaderClassName
{
color: #A15F7B;
}
.AnyTagClassName
{
color: #A15F7B;
}
</style>
background-color css
<style>
a { background-color: #A15F7B; }
a { background-color: rgb(161,95,123); }
div.DivClassName
{
background-color: #A15F7B;
}
.BgClassName
{
background-color: #A15F7B;
}
</style>
border-color css
<style>
span { border-color: #A15F7B; }
span { border-color: rgb(161,95,123); }
td.TdClassName
{
border-color: #A15F7B;
}
.TagClassName
{
border-color: #A15F7B;
}
</style>