Shades of Strikemaster #A55981
Tints of Strikemaster #A55981
RGB
CMYK
RGB Variations
Color information
#A55981 (or 0xA55981) is known color: Strikemaster. HEX triplet: A5, 59 and 81. RGB value is (165,89,129). Sum of RGB (Red+Green+Blue) = 165+89+129=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A55981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55981 is #5AA67E. Grayscale: #747474. Windows color (decimal): -5940863 or 8477093. OLE color: 8477093.
HSL color Cylindrical-coordinate representation of color #A55981: hue angle of 328.42º 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 #A55981 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 129 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.35 |
| HSL | 328.42º | 0.3% | 0.5% | - |
| HSV(B) | 328.42º | 0.46% | 0.65% | - |
| XYZ | 23.05 | 16.73 | 22.78 | - |
| YUV | 116.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 129 | 0 | 0.46 | 0.22 | 0.35 | 328.42 | 0.3 | 0.5 |
| Hex | A5 | 59 | 81 | 0 | 2E | 16 | 23 | 148 | 1E | 32 |
| Octal | 245 | 131 | 201 | 0 | 56 | 26 | 43 | 510 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10000001 | 0 | 101110 | 10110 | 100011 | 101001000 | 11110 | 110010 |
Color Harmonies of #A55981
Complementary color
Monochromatic Colors of #A55981
Black with #A55981
Text Example
Text Example
White with #A55981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55981; }
p { color: rgb(165,89,129); }
H1.HeaderClassName
{
color: #A55981;
}
.AnyTagClassName
{
color: #A55981;
}
</style>
background-color css
<style>
a { background-color: #A55981; }
a { background-color: rgb(165,89,129); }
div.DivClassName
{
background-color: #A55981;
}
.BgClassName
{
background-color: #A55981;
}
</style>
border-color css
<style>
span { border-color: #A55981; }
span { border-color: rgb(165,89,129); }
td.TdClassName
{
border-color: #A55981;
}
.TagClassName
{
border-color: #A55981;
}
</style>