Shades of Strikemaster #A5598A
Tints of Strikemaster #A5598A
RGB
CMYK
RGB Variations
Color information
#A5598A (or 0xA5598A) is known color: Strikemaster. HEX triplet: A5, 59 and 8A. RGB value is (165,89,138). Sum of RGB (Red+Green+Blue) = 165+89+138=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5598A is #5AA675. Grayscale: #757575. Windows color (decimal): -5940854 or 9066917. OLE color: 9066917.
HSL color Cylindrical-coordinate representation of color #A5598A: hue angle of 321.32º 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 #A5598A is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 138 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.35 |
| HSL | 321.32º | 0.3% | 0.5% | - |
| HSV(B) | 321.32º | 0.46% | 0.65% | - |
| XYZ | 23.68 | 16.98 | 26.07 | - |
| YUV | 117.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 138 | 0 | 0.46 | 0.16 | 0.35 | 321.32 | 0.3 | 0.5 |
| Hex | A5 | 59 | 8A | 0 | 2E | 10 | 23 | 141 | 1E | 32 |
| Octal | 245 | 131 | 212 | 0 | 56 | 20 | 43 | 501 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10001010 | 0 | 101110 | 10000 | 100011 | 101000001 | 11110 | 110010 |
Color Harmonies of #A5598A
Complementary color
Monochromatic Colors of #A5598A
Black with #A5598A
Text Example
Text Example
White with #A5598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5598A; }
p { color: rgb(165,89,138); }
H1.HeaderClassName
{
color: #A5598A;
}
.AnyTagClassName
{
color: #A5598A;
}
</style>
background-color css
<style>
a { background-color: #A5598A; }
a { background-color: rgb(165,89,138); }
div.DivClassName
{
background-color: #A5598A;
}
.BgClassName
{
background-color: #A5598A;
}
</style>
border-color css
<style>
span { border-color: #A5598A; }
span { border-color: rgb(165,89,138); }
td.TdClassName
{
border-color: #A5598A;
}
.TagClassName
{
border-color: #A5598A;
}
</style>