Shades of Strikemaster #A75E8C
Tints of Strikemaster #A75E8C
RGB
CMYK
RGB Variations
Color information
#A75E8C (or 0xA75E8C) is known color: Strikemaster. HEX triplet: A7, 5E and 8C. RGB value is (167,94,140). Sum of RGB (Red+Green+Blue) = 167+94+140=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75E8C is #58A173. Grayscale: #787878. Windows color (decimal): -5808500 or 9199271. OLE color: 9199271.
HSL color Cylindrical-coordinate representation of color #A75E8C: hue angle of 322.19º 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 #A75E8C is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 140 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.35 |
| HSL | 322.19º | 0.29% | 0.51% | - |
| HSV(B) | 322.19º | 0.44% | 0.65% | - |
| XYZ | 24.67 | 18.11 | 27.01 | - |
| YUV | 121.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 140 | 0 | 0.44 | 0.16 | 0.35 | 322.19 | 0.29 | 0.51 |
| Hex | A7 | 5E | 8C | 0 | 2C | 10 | 23 | 142 | 1D | 33 |
| Octal | 247 | 136 | 214 | 0 | 54 | 20 | 43 | 502 | 35 | 63 |
| Binary | 10100111 | 1011110 | 10001100 | 0 | 101100 | 10000 | 100011 | 101000010 | 11101 | 110011 |
Color Harmonies of #A75E8C
Complementary color
Monochromatic Colors of #A75E8C
Black with #A75E8C
Text Example
Text Example
White with #A75E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E8C; }
p { color: rgb(167,94,140); }
H1.HeaderClassName
{
color: #A75E8C;
}
.AnyTagClassName
{
color: #A75E8C;
}
</style>
background-color css
<style>
a { background-color: #A75E8C; }
a { background-color: rgb(167,94,140); }
div.DivClassName
{
background-color: #A75E8C;
}
.BgClassName
{
background-color: #A75E8C;
}
</style>
border-color css
<style>
span { border-color: #A75E8C; }
span { border-color: rgb(167,94,140); }
td.TdClassName
{
border-color: #A75E8C;
}
.TagClassName
{
border-color: #A75E8C;
}
</style>