Shades of Strikemaster #A75783
Tints of Strikemaster #A75783
RGB
CMYK
RGB Variations
Color information
#A75783 (or 0xA75783) is known color: Strikemaster. HEX triplet: A7, 57 and 83. RGB value is (167,87,131). Sum of RGB (Red+Green+Blue) = 167+87+131=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A75783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75783 is #58A87C. Grayscale: #737373. Windows color (decimal): -5810301 or 8607655. OLE color: 8607655.
HSL color Cylindrical-coordinate representation of color #A75783: hue angle of 327º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75783 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 131 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.35 |
| HSL | 327º | 0.31% | 0.5% | - |
| HSV(B) | 327º | 0.48% | 0.65% | - |
| XYZ | 23.44 | 16.67 | 23.45 | - |
| YUV | 115.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 131 | 0 | 0.48 | 0.22 | 0.35 | 327 | 0.31 | 0.5 |
| Hex | A7 | 57 | 83 | 0 | 30 | 16 | 23 | 147 | 1F | 32 |
| Octal | 247 | 127 | 203 | 0 | 60 | 26 | 43 | 507 | 37 | 62 |
| Binary | 10100111 | 1010111 | 10000011 | 0 | 110000 | 10110 | 100011 | 101000111 | 11111 | 110010 |
Color Harmonies of #A75783
Complementary color
Monochromatic Colors of #A75783
Black with #A75783
Text Example
Text Example
White with #A75783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75783; }
p { color: rgb(167,87,131); }
H1.HeaderClassName
{
color: #A75783;
}
.AnyTagClassName
{
color: #A75783;
}
</style>
background-color css
<style>
a { background-color: #A75783; }
a { background-color: rgb(167,87,131); }
div.DivClassName
{
background-color: #A75783;
}
.BgClassName
{
background-color: #A75783;
}
</style>
border-color css
<style>
span { border-color: #A75783; }
span { border-color: rgb(167,87,131); }
td.TdClassName
{
border-color: #A75783;
}
.TagClassName
{
border-color: #A75783;
}
</style>