Shades of Strikemaster #A75287
Tints of Strikemaster #A75287
RGB
CMYK
RGB Variations
Color information
#A75287 (or 0xA75287) is known color: Strikemaster. HEX triplet: A7, 52 and 87. RGB value is (167,82,135). Sum of RGB (Red+Green+Blue) = 167+82+135=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75287 is #58AD78. Grayscale: #717171. Windows color (decimal): -5811577 or 8868519. OLE color: 8868519.
HSL color Cylindrical-coordinate representation of color #A75287: hue angle of 322.59º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75287 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 135 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.35 |
| HSL | 322.59º | 0.34% | 0.49% | - |
| HSV(B) | 322.59º | 0.51% | 0.65% | - |
| XYZ | 23.33 | 16 | 24.78 | - |
| YUV | 113.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 135 | 0 | 0.51 | 0.19 | 0.35 | 322.59 | 0.34 | 0.49 |
| Hex | A7 | 52 | 87 | 0 | 33 | 13 | 23 | 143 | 22 | 31 |
| Octal | 247 | 122 | 207 | 0 | 63 | 23 | 43 | 503 | 42 | 61 |
| Binary | 10100111 | 1010010 | 10000111 | 0 | 110011 | 10011 | 100011 | 101000011 | 100010 | 110001 |
Color Harmonies of #A75287
Complementary color
Monochromatic Colors of #A75287
Black with #A75287
Text Example
Text Example
White with #A75287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75287; }
p { color: rgb(167,82,135); }
H1.HeaderClassName
{
color: #A75287;
}
.AnyTagClassName
{
color: #A75287;
}
</style>
background-color css
<style>
a { background-color: #A75287; }
a { background-color: rgb(167,82,135); }
div.DivClassName
{
background-color: #A75287;
}
.BgClassName
{
background-color: #A75287;
}
</style>
border-color css
<style>
span { border-color: #A75287; }
span { border-color: rgb(167,82,135); }
td.TdClassName
{
border-color: #A75287;
}
.TagClassName
{
border-color: #A75287;
}
</style>