Shades of Strikemaster #A55785
Tints of Strikemaster #A55785
RGB
CMYK
RGB Variations
Color information
#A55785 (or 0xA55785) is known color: Strikemaster. HEX triplet: A5, 57 and 85. RGB value is (165,87,133). Sum of RGB (Red+Green+Blue) = 165+87+133=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55785 is #5AA87A. Grayscale: #737373. Windows color (decimal): -5941371 or 8738725. OLE color: 8738725.
HSL color Cylindrical-coordinate representation of color #A55785: hue angle of 324.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55785 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 133 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.35 |
| HSL | 324.62º | 0.31% | 0.49% | - |
| HSV(B) | 324.62º | 0.47% | 0.65% | - |
| XYZ | 23.16 | 16.51 | 24.16 | - |
| YUV | 115.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 133 | 0 | 0.47 | 0.19 | 0.35 | 324.62 | 0.31 | 0.49 |
| Hex | A5 | 57 | 85 | 0 | 2F | 13 | 23 | 145 | 1F | 31 |
| Octal | 245 | 127 | 205 | 0 | 57 | 23 | 43 | 505 | 37 | 61 |
| Binary | 10100101 | 1010111 | 10000101 | 0 | 101111 | 10011 | 100011 | 101000101 | 11111 | 110001 |
Color Harmonies of #A55785
Complementary color
Monochromatic Colors of #A55785
Black with #A55785
Text Example
Text Example
White with #A55785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55785; }
p { color: rgb(165,87,133); }
H1.HeaderClassName
{
color: #A55785;
}
.AnyTagClassName
{
color: #A55785;
}
</style>
background-color css
<style>
a { background-color: #A55785; }
a { background-color: rgb(165,87,133); }
div.DivClassName
{
background-color: #A55785;
}
.BgClassName
{
background-color: #A55785;
}
</style>
border-color css
<style>
span { border-color: #A55785; }
span { border-color: rgb(165,87,133); }
td.TdClassName
{
border-color: #A55785;
}
.TagClassName
{
border-color: #A55785;
}
</style>