Shades of Strikemaster #A55A89
Tints of Strikemaster #A55A89
RGB
CMYK
RGB Variations
Color information
#A55A89 (or 0xA55A89) is known color: Strikemaster. HEX triplet: A5, 5A and 89. RGB value is (165,90,137). Sum of RGB (Red+Green+Blue) = 165+90+137=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55A89 is #5AA576. Grayscale: #757575. Windows color (decimal): -5940599 or 9001637. OLE color: 9001637.
HSL color Cylindrical-coordinate representation of color #A55A89: hue angle of 322.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55A89 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 137 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.35 |
| HSL | 322.4º | 0.29% | 0.5% | - |
| HSV(B) | 322.4º | 0.45% | 0.65% | - |
| XYZ | 23.69 | 17.12 | 25.72 | - |
| YUV | 117.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 137 | 0 | 0.45 | 0.17 | 0.35 | 322.4 | 0.29 | 0.5 |
| Hex | A5 | 5A | 89 | 0 | 2D | 11 | 23 | 142 | 1D | 32 |
| Octal | 245 | 132 | 211 | 0 | 55 | 21 | 43 | 502 | 35 | 62 |
| Binary | 10100101 | 1011010 | 10001001 | 0 | 101101 | 10001 | 100011 | 101000010 | 11101 | 110010 |
Color Harmonies of #A55A89
Complementary color
Monochromatic Colors of #A55A89
Black with #A55A89
Text Example
Text Example
White with #A55A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A89; }
p { color: rgb(165,90,137); }
H1.HeaderClassName
{
color: #A55A89;
}
.AnyTagClassName
{
color: #A55A89;
}
</style>
background-color css
<style>
a { background-color: #A55A89; }
a { background-color: rgb(165,90,137); }
div.DivClassName
{
background-color: #A55A89;
}
.BgClassName
{
background-color: #A55A89;
}
</style>
border-color css
<style>
span { border-color: #A55A89; }
span { border-color: rgb(165,90,137); }
td.TdClassName
{
border-color: #A55A89;
}
.TagClassName
{
border-color: #A55A89;
}
</style>