Shades of Strikemaster #A5598D
Tints of Strikemaster #A5598D
RGB
CMYK
RGB Variations
Color information
#A5598D (or 0xA5598D) is known color: Strikemaster. HEX triplet: A5, 59 and 8D. RGB value is (165,89,141). Sum of RGB (Red+Green+Blue) = 165+89+141=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5598D is #5AA672. Grayscale: #757575. Windows color (decimal): -5940851 or 9263525. OLE color: 9263525.
HSL color Cylindrical-coordinate representation of color #A5598D: hue angle of 318.95º 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 #A5598D is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 141 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.35 |
| HSL | 318.95º | 0.3% | 0.5% | - |
| HSV(B) | 318.95º | 0.46% | 0.65% | - |
| XYZ | 23.9 | 17.07 | 27.23 | - |
| YUV | 117.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 141 | 0 | 0.46 | 0.15 | 0.35 | 318.95 | 0.3 | 0.5 |
| Hex | A5 | 59 | 8D | 0 | 2E | F | 23 | 13F | 1E | 32 |
| Octal | 245 | 131 | 215 | 0 | 56 | 17 | 43 | 477 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10001101 | 0 | 101110 | 1111 | 100011 | 100111111 | 11110 | 110010 |
Color Harmonies of #A5598D
Complementary color
Monochromatic Colors of #A5598D
Black with #A5598D
Text Example
Text Example
White with #A5598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5598D; }
p { color: rgb(165,89,141); }
H1.HeaderClassName
{
color: #A5598D;
}
.AnyTagClassName
{
color: #A5598D;
}
</style>
background-color css
<style>
a { background-color: #A5598D; }
a { background-color: rgb(165,89,141); }
div.DivClassName
{
background-color: #A5598D;
}
.BgClassName
{
background-color: #A5598D;
}
</style>
border-color css
<style>
span { border-color: #A5598D; }
span { border-color: rgb(165,89,141); }
td.TdClassName
{
border-color: #A5598D;
}
.TagClassName
{
border-color: #A5598D;
}
</style>