Shades of Strikemaster #A7618E
Tints of Strikemaster #A7618E
RGB
CMYK
RGB Variations
Color information
#A7618E (or 0xA7618E) is known color: Strikemaster. HEX triplet: A7, 61 and 8E. RGB value is (167,97,142). Sum of RGB (Red+Green+Blue) = 167+97+142=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7618E is #589E71. Grayscale: #7A7A7A. Windows color (decimal): -5807730 or 9331111. OLE color: 9331111.
HSL color Cylindrical-coordinate representation of color #A7618E: hue angle of 321.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7618E is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 97 | 142 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.35 |
| HSL | 321.43º | 0.28% | 0.52% | - |
| HSV(B) | 321.43º | 0.42% | 0.65% | - |
| XYZ | 25.09 | 18.72 | 27.88 | - |
| YUV | 123.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 142 | 0 | 0.42 | 0.15 | 0.35 | 321.43 | 0.28 | 0.52 |
| Hex | A7 | 61 | 8E | 0 | 2A | F | 23 | 141 | 1C | 34 |
| Octal | 247 | 141 | 216 | 0 | 52 | 17 | 43 | 501 | 34 | 64 |
| Binary | 10100111 | 1100001 | 10001110 | 0 | 101010 | 1111 | 100011 | 101000001 | 11100 | 110100 |
Color Harmonies of #A7618E
Complementary color
Monochromatic Colors of #A7618E
Black with #A7618E
Text Example
Text Example
White with #A7618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7618E; }
p { color: rgb(167,97,142); }
H1.HeaderClassName
{
color: #A7618E;
}
.AnyTagClassName
{
color: #A7618E;
}
</style>
background-color css
<style>
a { background-color: #A7618E; }
a { background-color: rgb(167,97,142); }
div.DivClassName
{
background-color: #A7618E;
}
.BgClassName
{
background-color: #A7618E;
}
</style>
border-color css
<style>
span { border-color: #A7618E; }
span { border-color: rgb(167,97,142); }
td.TdClassName
{
border-color: #A7618E;
}
.TagClassName
{
border-color: #A7618E;
}
</style>