Shades of Strikemaster #A7568D
Tints of Strikemaster #A7568D
RGB
CMYK
RGB Variations
Color information
#A7568D (or 0xA7568D) is known color: Strikemaster. HEX triplet: A7, 56 and 8D. RGB value is (167,86,141). Sum of RGB (Red+Green+Blue) = 167+86+141=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7568D is #58A972. Grayscale: #747474. Windows color (decimal): -5810547 or 9262759. OLE color: 9262759.
HSL color Cylindrical-coordinate representation of color #A7568D: hue angle of 319.26º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7568D is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 141 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.35 |
| HSL | 319.26º | 0.32% | 0.5% | - |
| HSV(B) | 319.26º | 0.49% | 0.65% | - |
| XYZ | 24.07 | 16.79 | 27.17 | - |
| YUV | 116.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 141 | 0 | 0.49 | 0.16 | 0.35 | 319.26 | 0.32 | 0.5 |
| Hex | A7 | 56 | 8D | 0 | 31 | 10 | 23 | 13F | 20 | 32 |
| Octal | 247 | 126 | 215 | 0 | 61 | 20 | 43 | 477 | 40 | 62 |
| Binary | 10100111 | 1010110 | 10001101 | 0 | 110001 | 10000 | 100011 | 100111111 | 100000 | 110010 |
Color Harmonies of #A7568D
Complementary color
Monochromatic Colors of #A7568D
Black with #A7568D
Text Example
Text Example
White with #A7568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7568D; }
p { color: rgb(167,86,141); }
H1.HeaderClassName
{
color: #A7568D;
}
.AnyTagClassName
{
color: #A7568D;
}
</style>
background-color css
<style>
a { background-color: #A7568D; }
a { background-color: rgb(167,86,141); }
div.DivClassName
{
background-color: #A7568D;
}
.BgClassName
{
background-color: #A7568D;
}
</style>
border-color css
<style>
span { border-color: #A7568D; }
span { border-color: rgb(167,86,141); }
td.TdClassName
{
border-color: #A7568D;
}
.TagClassName
{
border-color: #A7568D;
}
</style>