Shades of Strikemaster #A15A7C
Tints of Strikemaster #A15A7C
RGB
CMYK
RGB Variations
Color information
#A15A7C (or 0xA15A7C) is known color: Strikemaster. HEX triplet: A1, 5A and 7C. RGB value is (161,90,124). Sum of RGB (Red+Green+Blue) = 161+90+124=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A7C is #5EA583. Grayscale: #737373. Windows color (decimal): -6202756 or 8149665. OLE color: 8149665.
HSL color Cylindrical-coordinate representation of color #A15A7C: hue angle of 331.27º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A7C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 124 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.37 |
| HSL | 331.27º | 0.28% | 0.49% | - |
| HSV(B) | 331.27º | 0.44% | 0.63% | - |
| XYZ | 21.99 | 16.34 | 21.06 | - |
| YUV | 115.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 124 | 0 | 0.44 | 0.23 | 0.37 | 331.27 | 0.28 | 0.49 |
| Hex | A1 | 5A | 7C | 0 | 2C | 17 | 25 | 14B | 1C | 31 |
| Octal | 241 | 132 | 174 | 0 | 54 | 27 | 45 | 513 | 34 | 61 |
| Binary | 10100001 | 1011010 | 1111100 | 0 | 101100 | 10111 | 100101 | 101001011 | 11100 | 110001 |
Color Harmonies of #A15A7C
Complementary color
Monochromatic Colors of #A15A7C
Black with #A15A7C
Text Example
Text Example
White with #A15A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A7C; }
p { color: rgb(161,90,124); }
H1.HeaderClassName
{
color: #A15A7C;
}
.AnyTagClassName
{
color: #A15A7C;
}
</style>
background-color css
<style>
a { background-color: #A15A7C; }
a { background-color: rgb(161,90,124); }
div.DivClassName
{
background-color: #A15A7C;
}
.BgClassName
{
background-color: #A15A7C;
}
</style>
border-color css
<style>
span { border-color: #A15A7C; }
span { border-color: rgb(161,90,124); }
td.TdClassName
{
border-color: #A15A7C;
}
.TagClassName
{
border-color: #A15A7C;
}
</style>