Shades of Strikemaster #A1598B
Tints of Strikemaster #A1598B
RGB
CMYK
RGB Variations
Color information
#A1598B (or 0xA1598B) is known color: Strikemaster. HEX triplet: A1, 59 and 8B. RGB value is (161,89,139). Sum of RGB (Red+Green+Blue) = 161+89+139=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1598B is #5EA674. Grayscale: #747474. Windows color (decimal): -6202997 or 9132449. OLE color: 9132449.
HSL color Cylindrical-coordinate representation of color #A1598B: hue angle of 318.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1598B is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 139 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.37 |
| HSL | 318.33º | 0.29% | 0.49% | - |
| HSV(B) | 318.33º | 0.45% | 0.63% | - |
| XYZ | 22.93 | 16.59 | 26.42 | - |
| YUV | 116.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 139 | 0 | 0.45 | 0.14 | 0.37 | 318.33 | 0.29 | 0.49 |
| Hex | A1 | 59 | 8B | 0 | 2D | E | 25 | 13E | 1D | 31 |
| Octal | 241 | 131 | 213 | 0 | 55 | 16 | 45 | 476 | 35 | 61 |
| Binary | 10100001 | 1011001 | 10001011 | 0 | 101101 | 1110 | 100101 | 100111110 | 11101 | 110001 |
Color Harmonies of #A1598B
Complementary color
Monochromatic Colors of #A1598B
Black with #A1598B
Text Example
Text Example
White with #A1598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1598B; }
p { color: rgb(161,89,139); }
H1.HeaderClassName
{
color: #A1598B;
}
.AnyTagClassName
{
color: #A1598B;
}
</style>
background-color css
<style>
a { background-color: #A1598B; }
a { background-color: rgb(161,89,139); }
div.DivClassName
{
background-color: #A1598B;
}
.BgClassName
{
background-color: #A1598B;
}
</style>
border-color css
<style>
span { border-color: #A1598B; }
span { border-color: rgb(161,89,139); }
td.TdClassName
{
border-color: #A1598B;
}
.TagClassName
{
border-color: #A1598B;
}
</style>