Shades of Strikemaster #A7598B
Tints of Strikemaster #A7598B
RGB
CMYK
RGB Variations
Color information
#A7598B (or 0xA7598B) is known color: Strikemaster. HEX triplet: A7, 59 and 8B. RGB value is (167,89,139). Sum of RGB (Red+Green+Blue) = 167+89+139=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7598B is #58A674. Grayscale: #757575. Windows color (decimal): -5809781 or 9132455. OLE color: 9132455.
HSL color Cylindrical-coordinate representation of color #A7598B: hue angle of 321.54º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7598B is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 139 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.35 |
| HSL | 321.54º | 0.31% | 0.5% | - |
| HSV(B) | 321.54º | 0.47% | 0.65% | - |
| XYZ | 24.17 | 17.22 | 26.48 | - |
| YUV | 118.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 139 | 0 | 0.47 | 0.17 | 0.35 | 321.54 | 0.31 | 0.5 |
| Hex | A7 | 59 | 8B | 0 | 2F | 11 | 23 | 142 | 1F | 32 |
| Octal | 247 | 131 | 213 | 0 | 57 | 21 | 43 | 502 | 37 | 62 |
| Binary | 10100111 | 1011001 | 10001011 | 0 | 101111 | 10001 | 100011 | 101000010 | 11111 | 110010 |
Color Harmonies of #A7598B
Complementary color
Monochromatic Colors of #A7598B
Black with #A7598B
Text Example
Text Example
White with #A7598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7598B; }
p { color: rgb(167,89,139); }
H1.HeaderClassName
{
color: #A7598B;
}
.AnyTagClassName
{
color: #A7598B;
}
</style>
background-color css
<style>
a { background-color: #A7598B; }
a { background-color: rgb(167,89,139); }
div.DivClassName
{
background-color: #A7598B;
}
.BgClassName
{
background-color: #A7598B;
}
</style>
border-color css
<style>
span { border-color: #A7598B; }
span { border-color: rgb(167,89,139); }
td.TdClassName
{
border-color: #A7598B;
}
.TagClassName
{
border-color: #A7598B;
}
</style>