Shades of Strikemaster #A75E7F
Tints of Strikemaster #A75E7F
RGB
CMYK
RGB Variations
Color information
#A75E7F (or 0xA75E7F) is known color: Strikemaster. HEX triplet: A7, 5E and 7F. RGB value is (167,94,127). Sum of RGB (Red+Green+Blue) = 167+94+127=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E7F is #58A180. Grayscale: #777777. Windows color (decimal): -5808513 or 8347303. OLE color: 8347303.
HSL color Cylindrical-coordinate representation of color #A75E7F: hue angle of 332.88º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75E7F is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 127 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.35 |
| HSL | 332.88º | 0.29% | 0.51% | - |
| HSV(B) | 332.88º | 0.44% | 0.65% | - |
| XYZ | 23.77 | 17.75 | 22.25 | - |
| YUV | 119.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 127 | 0 | 0.44 | 0.24 | 0.35 | 332.88 | 0.29 | 0.51 |
| Hex | A7 | 5E | 7F | 0 | 2C | 18 | 23 | 14D | 1D | 33 |
| Octal | 247 | 136 | 177 | 0 | 54 | 30 | 43 | 515 | 35 | 63 |
| Binary | 10100111 | 1011110 | 1111111 | 0 | 101100 | 11000 | 100011 | 101001101 | 11101 | 110011 |
Color Harmonies of #A75E7F
Complementary color
Monochromatic Colors of #A75E7F
Black with #A75E7F
Text Example
Text Example
White with #A75E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E7F; }
p { color: rgb(167,94,127); }
H1.HeaderClassName
{
color: #A75E7F;
}
.AnyTagClassName
{
color: #A75E7F;
}
</style>
background-color css
<style>
a { background-color: #A75E7F; }
a { background-color: rgb(167,94,127); }
div.DivClassName
{
background-color: #A75E7F;
}
.BgClassName
{
background-color: #A75E7F;
}
</style>
border-color css
<style>
span { border-color: #A75E7F; }
span { border-color: rgb(167,94,127); }
td.TdClassName
{
border-color: #A75E7F;
}
.TagClassName
{
border-color: #A75E7F;
}
</style>