Shades of Strikemaster #A75C7E
Tints of Strikemaster #A75C7E
RGB
CMYK
RGB Variations
Color information
#A75C7E (or 0xA75C7E) is known color: Strikemaster. HEX triplet: A7, 5C and 7E. RGB value is (167,92,126). Sum of RGB (Red+Green+Blue) = 167+92+126=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C7E is #58A381. Grayscale: #767676. Windows color (decimal): -5809026 or 8281255. OLE color: 8281255.
HSL color Cylindrical-coordinate representation of color #A75C7E: hue angle of 332.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75C7E is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 126 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.35 |
| HSL | 332.8º | 0.3% | 0.51% | - |
| HSV(B) | 332.8º | 0.45% | 0.65% | - |
| XYZ | 23.53 | 17.38 | 21.85 | - |
| YUV | 118.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 126 | 0 | 0.45 | 0.25 | 0.35 | 332.8 | 0.3 | 0.51 |
| Hex | A7 | 5C | 7E | 0 | 2D | 19 | 23 | 14D | 1E | 33 |
| Octal | 247 | 134 | 176 | 0 | 55 | 31 | 43 | 515 | 36 | 63 |
| Binary | 10100111 | 1011100 | 1111110 | 0 | 101101 | 11001 | 100011 | 101001101 | 11110 | 110011 |
Color Harmonies of #A75C7E
Complementary color
Monochromatic Colors of #A75C7E
Black with #A75C7E
Text Example
Text Example
White with #A75C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C7E; }
p { color: rgb(167,92,126); }
H1.HeaderClassName
{
color: #A75C7E;
}
.AnyTagClassName
{
color: #A75C7E;
}
</style>
background-color css
<style>
a { background-color: #A75C7E; }
a { background-color: rgb(167,92,126); }
div.DivClassName
{
background-color: #A75C7E;
}
.BgClassName
{
background-color: #A75C7E;
}
</style>
border-color css
<style>
span { border-color: #A75C7E; }
span { border-color: rgb(167,92,126); }
td.TdClassName
{
border-color: #A75C7E;
}
.TagClassName
{
border-color: #A75C7E;
}
</style>