Shades of Strikemaster #A5558B
Tints of Strikemaster #A5558B
RGB
CMYK
RGB Variations
Color information
#A5558B (or 0xA5558B) is known color: Strikemaster. HEX triplet: A5, 55 and 8B. RGB value is (165,85,139). Sum of RGB (Red+Green+Blue) = 165+85+139=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5558B is #5AAA74. Grayscale: #727272. Windows color (decimal): -5941877 or 9131429. OLE color: 9131429.
HSL color Cylindrical-coordinate representation of color #A5558B: hue angle of 319.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5558B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 139 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.35 |
| HSL | 319.5º | 0.32% | 0.49% | - |
| HSV(B) | 319.5º | 0.48% | 0.65% | - |
| XYZ | 23.43 | 16.36 | 26.35 | - |
| YUV | 115.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 139 | 0 | 0.48 | 0.16 | 0.35 | 319.5 | 0.32 | 0.49 |
| Hex | A5 | 55 | 8B | 0 | 30 | 10 | 23 | 140 | 20 | 31 |
| Octal | 245 | 125 | 213 | 0 | 60 | 20 | 43 | 500 | 40 | 61 |
| Binary | 10100101 | 1010101 | 10001011 | 0 | 110000 | 10000 | 100011 | 101000000 | 100000 | 110001 |
Color Harmonies of #A5558B
Complementary color
Monochromatic Colors of #A5558B
Black with #A5558B
Text Example
Text Example
White with #A5558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5558B; }
p { color: rgb(165,85,139); }
H1.HeaderClassName
{
color: #A5558B;
}
.AnyTagClassName
{
color: #A5558B;
}
</style>
background-color css
<style>
a { background-color: #A5558B; }
a { background-color: rgb(165,85,139); }
div.DivClassName
{
background-color: #A5558B;
}
.BgClassName
{
background-color: #A5558B;
}
</style>
border-color css
<style>
span { border-color: #A5558B; }
span { border-color: rgb(165,85,139); }
td.TdClassName
{
border-color: #A5558B;
}
.TagClassName
{
border-color: #A5558B;
}
</style>