Shades of Strikemaster #A5598E
Tints of Strikemaster #A5598E
RGB
CMYK
RGB Variations
Color information
#A5598E (or 0xA5598E) is known color: Strikemaster. HEX triplet: A5, 59 and 8E. RGB value is (165,89,142). Sum of RGB (Red+Green+Blue) = 165+89+142=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5598E is #5AA671. Grayscale: #757575. Windows color (decimal): -5940850 or 9329061. OLE color: 9329061.
HSL color Cylindrical-coordinate representation of color #A5598E: hue angle of 318.16º 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 #A5598E is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 142 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.35 |
| HSL | 318.16º | 0.3% | 0.5% | - |
| HSV(B) | 318.16º | 0.46% | 0.65% | - |
| XYZ | 23.97 | 17.1 | 27.63 | - |
| YUV | 117.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 142 | 0 | 0.46 | 0.14 | 0.35 | 318.16 | 0.3 | 0.5 |
| Hex | A5 | 59 | 8E | 0 | 2E | E | 23 | 13E | 1E | 32 |
| Octal | 245 | 131 | 216 | 0 | 56 | 16 | 43 | 476 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10001110 | 0 | 101110 | 1110 | 100011 | 100111110 | 11110 | 110010 |
Color Harmonies of #A5598E
Complementary color
Monochromatic Colors of #A5598E
Black with #A5598E
Text Example
Text Example
White with #A5598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5598E; }
p { color: rgb(165,89,142); }
H1.HeaderClassName
{
color: #A5598E;
}
.AnyTagClassName
{
color: #A5598E;
}
</style>
background-color css
<style>
a { background-color: #A5598E; }
a { background-color: rgb(165,89,142); }
div.DivClassName
{
background-color: #A5598E;
}
.BgClassName
{
background-color: #A5598E;
}
</style>
border-color css
<style>
span { border-color: #A5598E; }
span { border-color: rgb(165,89,142); }
td.TdClassName
{
border-color: #A5598E;
}
.TagClassName
{
border-color: #A5598E;
}
</style>