Shades of Strikemaster #A75D7D
Tints of Strikemaster #A75D7D
RGB
CMYK
RGB Variations
Color information
#A75D7D (or 0xA75D7D) is known color: Strikemaster. HEX triplet: A7, 5D and 7D. RGB value is (167,93,125). Sum of RGB (Red+Green+Blue) = 167+93+125=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D7D is #58A282. Grayscale: #767676. Windows color (decimal): -5808771 or 8215975. OLE color: 8215975.
HSL color Cylindrical-coordinate representation of color #A75D7D: hue angle of 334.05º degrees, saturation: 0.3, 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 #A75D7D is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 93 | 125 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.35 |
| HSL | 334.05º | 0.3% | 0.51% | - |
| HSV(B) | 334.05º | 0.44% | 0.65% | - |
| XYZ | 23.55 | 17.52 | 21.54 | - |
| YUV | 118.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 125 | 0 | 0.44 | 0.25 | 0.35 | 334.05 | 0.3 | 0.51 |
| Hex | A7 | 5D | 7D | 0 | 2C | 19 | 23 | 14E | 1E | 33 |
| Octal | 247 | 135 | 175 | 0 | 54 | 31 | 43 | 516 | 36 | 63 |
| Binary | 10100111 | 1011101 | 1111101 | 0 | 101100 | 11001 | 100011 | 101001110 | 11110 | 110011 |
Color Harmonies of #A75D7D
Complementary color
Monochromatic Colors of #A75D7D
Black with #A75D7D
Text Example
Text Example
White with #A75D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75D7D; }
p { color: rgb(167,93,125); }
H1.HeaderClassName
{
color: #A75D7D;
}
.AnyTagClassName
{
color: #A75D7D;
}
</style>
background-color css
<style>
a { background-color: #A75D7D; }
a { background-color: rgb(167,93,125); }
div.DivClassName
{
background-color: #A75D7D;
}
.BgClassName
{
background-color: #A75D7D;
}
</style>
border-color css
<style>
span { border-color: #A75D7D; }
span { border-color: rgb(167,93,125); }
td.TdClassName
{
border-color: #A75D7D;
}
.TagClassName
{
border-color: #A75D7D;
}
</style>