Shades of Strikemaster #A55C86
Tints of Strikemaster #A55C86
RGB
CMYK
RGB Variations
Color information
#A55C86 (or 0xA55C86) is known color: Strikemaster. HEX triplet: A5, 5C and 86. RGB value is (165,92,134). Sum of RGB (Red+Green+Blue) = 165+92+134=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C86 is #5AA379. Grayscale: #767676. Windows color (decimal): -5940090 or 8805541. OLE color: 8805541.
HSL color Cylindrical-coordinate representation of color #A55C86: hue angle of 325.48º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55C86 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 134 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.35 |
| HSL | 325.48º | 0.29% | 0.5% | - |
| HSV(B) | 325.48º | 0.44% | 0.65% | - |
| XYZ | 23.65 | 17.37 | 24.66 | - |
| YUV | 118.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 134 | 0 | 0.44 | 0.19 | 0.35 | 325.48 | 0.29 | 0.5 |
| Hex | A5 | 5C | 86 | 0 | 2C | 13 | 23 | 145 | 1D | 32 |
| Octal | 245 | 134 | 206 | 0 | 54 | 23 | 43 | 505 | 35 | 62 |
| Binary | 10100101 | 1011100 | 10000110 | 0 | 101100 | 10011 | 100011 | 101000101 | 11101 | 110010 |
Color Harmonies of #A55C86
Complementary color
Monochromatic Colors of #A55C86
Black with #A55C86
Text Example
Text Example
White with #A55C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C86; }
p { color: rgb(165,92,134); }
H1.HeaderClassName
{
color: #A55C86;
}
.AnyTagClassName
{
color: #A55C86;
}
</style>
background-color css
<style>
a { background-color: #A55C86; }
a { background-color: rgb(165,92,134); }
div.DivClassName
{
background-color: #A55C86;
}
.BgClassName
{
background-color: #A55C86;
}
</style>
border-color css
<style>
span { border-color: #A55C86; }
span { border-color: rgb(165,92,134); }
td.TdClassName
{
border-color: #A55C86;
}
.TagClassName
{
border-color: #A55C86;
}
</style>