Shades of Strikemaster #A9598B
Tints of Strikemaster #A9598B
RGB
CMYK
RGB Variations
Color information
#A9598B (or 0xA9598B) is known color: Strikemaster. HEX triplet: A9, 59 and 8B. RGB value is (169,89,139). Sum of RGB (Red+Green+Blue) = 169+89+139=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9598B is #56A674. Grayscale: #767676. Windows color (decimal): -5678709 or 9132457. OLE color: 9132457.
HSL color Cylindrical-coordinate representation of color #A9598B: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9598B is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 89 | 139 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.34 |
| HSL | 322.5º | 0.32% | 0.51% | - |
| HSV(B) | 322.5º | 0.47% | 0.66% | - |
| XYZ | 24.59 | 17.44 | 26.5 | - |
| YUV | 118.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 139 | 0 | 0.47 | 0.18 | 0.34 | 322.5 | 0.32 | 0.51 |
| Hex | A9 | 59 | 8B | 0 | 2F | 12 | 22 | 142 | 20 | 33 |
| Octal | 251 | 131 | 213 | 0 | 57 | 22 | 42 | 502 | 40 | 63 |
| Binary | 10101001 | 1011001 | 10001011 | 0 | 101111 | 10010 | 100010 | 101000010 | 100000 | 110011 |
Color Harmonies of #A9598B
Complementary color
Monochromatic Colors of #A9598B
Black with #A9598B
Text Example
Text Example
White with #A9598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9598B; }
p { color: rgb(169,89,139); }
H1.HeaderClassName
{
color: #A9598B;
}
.AnyTagClassName
{
color: #A9598B;
}
</style>
background-color css
<style>
a { background-color: #A9598B; }
a { background-color: rgb(169,89,139); }
div.DivClassName
{
background-color: #A9598B;
}
.BgClassName
{
background-color: #A9598B;
}
</style>
border-color css
<style>
span { border-color: #A9598B; }
span { border-color: rgb(169,89,139); }
td.TdClassName
{
border-color: #A9598B;
}
.TagClassName
{
border-color: #A9598B;
}
</style>