Shades of Strikemaster #A55F89
Tints of Strikemaster #A55F89
RGB
CMYK
RGB Variations
Color information
#A55F89 (or 0xA55F89) is known color: Strikemaster. HEX triplet: A5, 5F and 89. RGB value is (165,95,137). Sum of RGB (Red+Green+Blue) = 165+95+137=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F89 is #5AA076. Grayscale: #787878. Windows color (decimal): -5939319 or 9002917. OLE color: 9002917.
HSL color Cylindrical-coordinate representation of color #A55F89: hue angle of 324º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F89 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
RGB | 165 | 95 | 137 | - |
CMYK | 0 | 0.42 | 0.17 | 0.35 |
HSL | 324º | 0.28% | 0.51% | - |
HSV(B) | 324º | 0.42% | 0.65% | - |
XYZ | 24.12 | 17.99 | 25.87 | - |
YUV | 120.72 | 137.19 | 159.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 95 | 137 | 0 | 0.42 | 0.17 | 0.35 | 324 | 0.28 | 0.51 |
Hex | A5 | 5F | 89 | 0 | 2A | 11 | 23 | 144 | 1C | 33 |
Octal | 245 | 137 | 211 | 0 | 52 | 21 | 43 | 504 | 34 | 63 |
Binary | 10100101 | 1011111 | 10001001 | 0 | 101010 | 10001 | 100011 | 101000100 | 11100 | 110011 |
Color Harmonies of #A55F89
Complementary color
Monochromatic Colors of #A55F89
Black with #A55F89
Text Example
Text Example
White with #A55F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F89; }
p { color: rgb(165,95,137); }
H1.HeaderClassName
{
color: #A55F89;
}
.AnyTagClassName
{
color: #A55F89;
}
</style>
background-color css
<style>
a { background-color: #A55F89; }
a { background-color: rgb(165,95,137); }
div.DivClassName
{
background-color: #A55F89;
}
.BgClassName
{
background-color: #A55F89;
}
</style>
border-color css
<style>
span { border-color: #A55F89; }
span { border-color: rgb(165,95,137); }
td.TdClassName
{
border-color: #A55F89;
}
.TagClassName
{
border-color: #A55F89;
}
</style>