Shades of Strikemaster #A7658F
Tints of Strikemaster #A7658F
RGB
CMYK
RGB Variations
Color information
#A7658F (or 0xA7658F) is known color: Strikemaster. HEX triplet: A7, 65 and 8F. RGB value is (167,101,143). Sum of RGB (Red+Green+Blue) = 167+101+143=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7658F is #589A70. Grayscale: #7D7D7D. Windows color (decimal): -5806705 or 9397671. OLE color: 9397671.
HSL color Cylindrical-coordinate representation of color #A7658F: hue angle of 321.82º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7658F is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 143 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.35 |
| HSL | 321.82º | 0.27% | 0.53% | - |
| HSV(B) | 321.82º | 0.4% | 0.65% | - |
| XYZ | 25.55 | 19.51 | 28.41 | - |
| YUV | 125.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 143 | 0 | 0.40 | 0.14 | 0.35 | 321.82 | 0.27 | 0.53 |
| Hex | A7 | 65 | 8F | 0 | 28 | E | 23 | 142 | 1B | 35 |
| Octal | 247 | 145 | 217 | 0 | 50 | 16 | 43 | 502 | 33 | 65 |
| Binary | 10100111 | 1100101 | 10001111 | 0 | 101000 | 1110 | 100011 | 101000010 | 11011 | 110101 |
Color Harmonies of #A7658F
Complementary color
Monochromatic Colors of #A7658F
Black with #A7658F
Text Example
Text Example
White with #A7658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7658F; }
p { color: rgb(167,101,143); }
H1.HeaderClassName
{
color: #A7658F;
}
.AnyTagClassName
{
color: #A7658F;
}
</style>
background-color css
<style>
a { background-color: #A7658F; }
a { background-color: rgb(167,101,143); }
div.DivClassName
{
background-color: #A7658F;
}
.BgClassName
{
background-color: #A7658F;
}
</style>
border-color css
<style>
span { border-color: #A7658F; }
span { border-color: rgb(167,101,143); }
td.TdClassName
{
border-color: #A7658F;
}
.TagClassName
{
border-color: #A7658F;
}
</style>