Shades of Strikemaster #A7568E
Tints of Strikemaster #A7568E
RGB
CMYK
RGB Variations
Color information
#A7568E (or 0xA7568E) is known color: Strikemaster. HEX triplet: A7, 56 and 8E. RGB value is (167,86,142). Sum of RGB (Red+Green+Blue) = 167+86+142=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7568E is #58A971. Grayscale: #747474. Windows color (decimal): -5810546 or 9328295. OLE color: 9328295.
HSL color Cylindrical-coordinate representation of color #A7568E: hue angle of 318.52º 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 #A7568E is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 142 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.35 |
| HSL | 318.52º | 0.32% | 0.5% | - |
| HSV(B) | 318.52º | 0.49% | 0.65% | - |
| XYZ | 24.15 | 16.82 | 27.57 | - |
| YUV | 116.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 142 | 0 | 0.49 | 0.15 | 0.35 | 318.52 | 0.32 | 0.5 |
| Hex | A7 | 56 | 8E | 0 | 31 | F | 23 | 13F | 20 | 32 |
| Octal | 247 | 126 | 216 | 0 | 61 | 17 | 43 | 477 | 40 | 62 |
| Binary | 10100111 | 1010110 | 10001110 | 0 | 110001 | 1111 | 100011 | 100111111 | 100000 | 110010 |
Color Harmonies of #A7568E
Complementary color
Monochromatic Colors of #A7568E
Black with #A7568E
Text Example
Text Example
White with #A7568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7568E; }
p { color: rgb(167,86,142); }
H1.HeaderClassName
{
color: #A7568E;
}
.AnyTagClassName
{
color: #A7568E;
}
</style>
background-color css
<style>
a { background-color: #A7568E; }
a { background-color: rgb(167,86,142); }
div.DivClassName
{
background-color: #A7568E;
}
.BgClassName
{
background-color: #A7568E;
}
</style>
border-color css
<style>
span { border-color: #A7568E; }
span { border-color: rgb(167,86,142); }
td.TdClassName
{
border-color: #A7568E;
}
.TagClassName
{
border-color: #A7568E;
}
</style>