Shades of Strikemaster #A7678B
Tints of Strikemaster #A7678B
RGB
CMYK
RGB Variations
Color information
#A7678B (or 0xA7678B) is known color: Strikemaster. HEX triplet: A7, 67 and 8B. RGB value is (167,103,139). Sum of RGB (Red+Green+Blue) = 167+103+139=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7678B is #589874. Grayscale: #7E7E7E. Windows color (decimal): -5806197 or 9136039. OLE color: 9136039.
HSL color Cylindrical-coordinate representation of color #A7678B: hue angle of 326.25º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7678B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 103 | 139 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.35 |
| HSL | 326.25º | 0.27% | 0.53% | - |
| HSV(B) | 326.25º | 0.38% | 0.65% | - |
| XYZ | 25.45 | 19.78 | 26.9 | - |
| YUV | 126.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 139 | 0 | 0.38 | 0.17 | 0.35 | 326.25 | 0.27 | 0.53 |
| Hex | A7 | 67 | 8B | 0 | 26 | 11 | 23 | 146 | 1B | 35 |
| Octal | 247 | 147 | 213 | 0 | 46 | 21 | 43 | 506 | 33 | 65 |
| Binary | 10100111 | 1100111 | 10001011 | 0 | 100110 | 10001 | 100011 | 101000110 | 11011 | 110101 |
Color Harmonies of #A7678B
Complementary color
Monochromatic Colors of #A7678B
Black with #A7678B
Text Example
Text Example
White with #A7678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7678B; }
p { color: rgb(167,103,139); }
H1.HeaderClassName
{
color: #A7678B;
}
.AnyTagClassName
{
color: #A7678B;
}
</style>
background-color css
<style>
a { background-color: #A7678B; }
a { background-color: rgb(167,103,139); }
div.DivClassName
{
background-color: #A7678B;
}
.BgClassName
{
background-color: #A7678B;
}
</style>
border-color css
<style>
span { border-color: #A7678B; }
span { border-color: rgb(167,103,139); }
td.TdClassName
{
border-color: #A7678B;
}
.TagClassName
{
border-color: #A7678B;
}
</style>