Shades of Strikemaster #A75E84
Tints of Strikemaster #A75E84
RGB
CMYK
RGB Variations
Color information
#A75E84 (or 0xA75E84) is known color: Strikemaster. HEX triplet: A7, 5E and 84. RGB value is (167,94,132). Sum of RGB (Red+Green+Blue) = 167+94+132=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75E84 is #58A17B. Grayscale: #787878. Windows color (decimal): -5808508 or 8674983. OLE color: 8674983.
HSL color Cylindrical-coordinate representation of color #A75E84: hue angle of 328.77º 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 #A75E84 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 132 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.35 |
| HSL | 328.77º | 0.29% | 0.51% | - |
| HSV(B) | 328.77º | 0.44% | 0.65% | - |
| XYZ | 24.1 | 17.89 | 24.01 | - |
| YUV | 120.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 132 | 0 | 0.44 | 0.21 | 0.35 | 328.77 | 0.29 | 0.51 |
| Hex | A7 | 5E | 84 | 0 | 2C | 15 | 23 | 149 | 1D | 33 |
| Octal | 247 | 136 | 204 | 0 | 54 | 25 | 43 | 511 | 35 | 63 |
| Binary | 10100111 | 1011110 | 10000100 | 0 | 101100 | 10101 | 100011 | 101001001 | 11101 | 110011 |
Color Harmonies of #A75E84
Complementary color
Monochromatic Colors of #A75E84
Black with #A75E84
Text Example
Text Example
White with #A75E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E84; }
p { color: rgb(167,94,132); }
H1.HeaderClassName
{
color: #A75E84;
}
.AnyTagClassName
{
color: #A75E84;
}
</style>
background-color css
<style>
a { background-color: #A75E84; }
a { background-color: rgb(167,94,132); }
div.DivClassName
{
background-color: #A75E84;
}
.BgClassName
{
background-color: #A75E84;
}
</style>
border-color css
<style>
span { border-color: #A75E84; }
span { border-color: rgb(167,94,132); }
td.TdClassName
{
border-color: #A75E84;
}
.TagClassName
{
border-color: #A75E84;
}
</style>