Shades of Strikemaster #A75E8F
Tints of Strikemaster #A75E8F
RGB
CMYK
RGB Variations
Color information
#A75E8F (or 0xA75E8F) is known color: Strikemaster. HEX triplet: A7, 5E and 8F. RGB value is (167,94,143). Sum of RGB (Red+Green+Blue) = 167+94+143=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75E8F is #58A170. Grayscale: #797979. Windows color (decimal): -5808497 or 9395879. OLE color: 9395879.
HSL color Cylindrical-coordinate representation of color #A75E8F: hue angle of 319.73º 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 #A75E8F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 143 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.35 |
| HSL | 319.73º | 0.29% | 0.51% | - |
| HSV(B) | 319.73º | 0.44% | 0.65% | - |
| XYZ | 24.9 | 18.2 | 28.19 | - |
| YUV | 121.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 143 | 0 | 0.44 | 0.14 | 0.35 | 319.73 | 0.29 | 0.51 |
| Hex | A7 | 5E | 8F | 0 | 2C | E | 23 | 140 | 1D | 33 |
| Octal | 247 | 136 | 217 | 0 | 54 | 16 | 43 | 500 | 35 | 63 |
| Binary | 10100111 | 1011110 | 10001111 | 0 | 101100 | 1110 | 100011 | 101000000 | 11101 | 110011 |
Color Harmonies of #A75E8F
Complementary color
Monochromatic Colors of #A75E8F
Black with #A75E8F
Text Example
Text Example
White with #A75E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E8F; }
p { color: rgb(167,94,143); }
H1.HeaderClassName
{
color: #A75E8F;
}
.AnyTagClassName
{
color: #A75E8F;
}
</style>
background-color css
<style>
a { background-color: #A75E8F; }
a { background-color: rgb(167,94,143); }
div.DivClassName
{
background-color: #A75E8F;
}
.BgClassName
{
background-color: #A75E8F;
}
</style>
border-color css
<style>
span { border-color: #A75E8F; }
span { border-color: rgb(167,94,143); }
td.TdClassName
{
border-color: #A75E8F;
}
.TagClassName
{
border-color: #A75E8F;
}
</style>