Shades of Strikemaster #A55E87
Tints of Strikemaster #A55E87
RGB
CMYK
RGB Variations
Color information
#A55E87 (or 0xA55E87) is known color: Strikemaster. HEX triplet: A5, 5E and 87. RGB value is (165,94,135). Sum of RGB (Red+Green+Blue) = 165+94+135=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E87 is #5AA178. Grayscale: #777777. Windows color (decimal): -5939577 or 8871589. OLE color: 8871589.
HSL color Cylindrical-coordinate representation of color #A55E87: hue angle of 325.35º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E87 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 135 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.35 |
| HSL | 325.35º | 0.28% | 0.51% | - |
| HSV(B) | 325.35º | 0.43% | 0.65% | - |
| XYZ | 23.89 | 17.75 | 25.09 | - |
| YUV | 119.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 135 | 0 | 0.43 | 0.18 | 0.35 | 325.35 | 0.28 | 0.51 |
| Hex | A5 | 5E | 87 | 0 | 2B | 12 | 23 | 145 | 1C | 33 |
| Octal | 245 | 136 | 207 | 0 | 53 | 22 | 43 | 505 | 34 | 63 |
| Binary | 10100101 | 1011110 | 10000111 | 0 | 101011 | 10010 | 100011 | 101000101 | 11100 | 110011 |
Color Harmonies of #A55E87
Complementary color
Monochromatic Colors of #A55E87
Black with #A55E87
Text Example
Text Example
White with #A55E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E87; }
p { color: rgb(165,94,135); }
H1.HeaderClassName
{
color: #A55E87;
}
.AnyTagClassName
{
color: #A55E87;
}
</style>
background-color css
<style>
a { background-color: #A55E87; }
a { background-color: rgb(165,94,135); }
div.DivClassName
{
background-color: #A55E87;
}
.BgClassName
{
background-color: #A55E87;
}
</style>
border-color css
<style>
span { border-color: #A55E87; }
span { border-color: rgb(165,94,135); }
td.TdClassName
{
border-color: #A55E87;
}
.TagClassName
{
border-color: #A55E87;
}
</style>