Shades of Strikemaster #A55985
Tints of Strikemaster #A55985
RGB
CMYK
RGB Variations
Color information
#A55985 (or 0xA55985) is known color: Strikemaster. HEX triplet: A5, 59 and 85. RGB value is (165,89,133). Sum of RGB (Red+Green+Blue) = 165+89+133=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A55985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55985 is #5AA67A. Grayscale: #747474. Windows color (decimal): -5940859 or 8739237. OLE color: 8739237.
HSL color Cylindrical-coordinate representation of color #A55985: hue angle of 325.26º 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 #A55985 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 133 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.35 |
| HSL | 325.26º | 0.3% | 0.5% | - |
| HSV(B) | 325.26º | 0.46% | 0.65% | - |
| XYZ | 23.32 | 16.84 | 24.21 | - |
| YUV | 116.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 133 | 0 | 0.46 | 0.19 | 0.35 | 325.26 | 0.3 | 0.5 |
| Hex | A5 | 59 | 85 | 0 | 2E | 13 | 23 | 145 | 1E | 32 |
| Octal | 245 | 131 | 205 | 0 | 56 | 23 | 43 | 505 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10000101 | 0 | 101110 | 10011 | 100011 | 101000101 | 11110 | 110010 |
Color Harmonies of #A55985
Complementary color
Monochromatic Colors of #A55985
Black with #A55985
Text Example
Text Example
White with #A55985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55985; }
p { color: rgb(165,89,133); }
H1.HeaderClassName
{
color: #A55985;
}
.AnyTagClassName
{
color: #A55985;
}
</style>
background-color css
<style>
a { background-color: #A55985; }
a { background-color: rgb(165,89,133); }
div.DivClassName
{
background-color: #A55985;
}
.BgClassName
{
background-color: #A55985;
}
</style>
border-color css
<style>
span { border-color: #A55985; }
span { border-color: rgb(165,89,133); }
td.TdClassName
{
border-color: #A55985;
}
.TagClassName
{
border-color: #A55985;
}
</style>