Shades of Strikemaster #A5598B
Tints of Strikemaster #A5598B
RGB
CMYK
RGB Variations
Color information
#A5598B (or 0xA5598B) is known color: Strikemaster. HEX triplet: A5, 59 and 8B. RGB value is (165,89,139). Sum of RGB (Red+Green+Blue) = 165+89+139=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5598B is #5AA674. Grayscale: #757575. Windows color (decimal): -5940853 or 9132453. OLE color: 9132453.
HSL color Cylindrical-coordinate representation of color #A5598B: hue angle of 320.53º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5598B is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 139 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.35 |
| HSL | 320.53º | 0.3% | 0.5% | - |
| HSV(B) | 320.53º | 0.46% | 0.65% | - |
| XYZ | 23.75 | 17.01 | 26.46 | - |
| YUV | 117.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 139 | 0 | 0.46 | 0.16 | 0.35 | 320.53 | 0.3 | 0.5 |
| Hex | A5 | 59 | 8B | 0 | 2E | 10 | 23 | 141 | 1E | 32 |
| Octal | 245 | 131 | 213 | 0 | 56 | 20 | 43 | 501 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10001011 | 0 | 101110 | 10000 | 100011 | 101000001 | 11110 | 110010 |
Color Harmonies of #A5598B
Complementary color
Monochromatic Colors of #A5598B
Black with #A5598B
Text Example
Text Example
White with #A5598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5598B; }
p { color: rgb(165,89,139); }
H1.HeaderClassName
{
color: #A5598B;
}
.AnyTagClassName
{
color: #A5598B;
}
</style>
background-color css
<style>
a { background-color: #A5598B; }
a { background-color: rgb(165,89,139); }
div.DivClassName
{
background-color: #A5598B;
}
.BgClassName
{
background-color: #A5598B;
}
</style>
border-color css
<style>
span { border-color: #A5598B; }
span { border-color: rgb(165,89,139); }
td.TdClassName
{
border-color: #A5598B;
}
.TagClassName
{
border-color: #A5598B;
}
</style>