Shades of Strikemaster #A56090
Tints of Strikemaster #A56090
RGB
CMYK
RGB Variations
Color information
#A56090 (or 0xA56090) is known color: Strikemaster. HEX triplet: A5, 60 and 90. RGB value is (165,96,144). Sum of RGB (Red+Green+Blue) = 165+96+144=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A56090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56090 is #5A9F6F. Grayscale: #797979. Windows color (decimal): -5939056 or 9461925. OLE color: 9461925.
HSL color Cylindrical-coordinate representation of color #A56090: hue angle of 318.26º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56090 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 96 | 144 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.35 |
| HSL | 318.26º | 0.28% | 0.51% | - |
| HSV(B) | 318.26º | 0.42% | 0.65% | - |
| XYZ | 24.73 | 18.38 | 28.63 | - |
| YUV | 122.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 144 | 0 | 0.42 | 0.13 | 0.35 | 318.26 | 0.28 | 0.51 |
| Hex | A5 | 60 | 90 | 0 | 2A | D | 23 | 13E | 1C | 33 |
| Octal | 245 | 140 | 220 | 0 | 52 | 15 | 43 | 476 | 34 | 63 |
| Binary | 10100101 | 1100000 | 10010000 | 0 | 101010 | 1101 | 100011 | 100111110 | 11100 | 110011 |
Color Harmonies of #A56090
Complementary color
Monochromatic Colors of #A56090
Black with #A56090
Text Example
Text Example
White with #A56090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56090; }
p { color: rgb(165,96,144); }
H1.HeaderClassName
{
color: #A56090;
}
.AnyTagClassName
{
color: #A56090;
}
</style>
background-color css
<style>
a { background-color: #A56090; }
a { background-color: rgb(165,96,144); }
div.DivClassName
{
background-color: #A56090;
}
.BgClassName
{
background-color: #A56090;
}
</style>
border-color css
<style>
span { border-color: #A56090; }
span { border-color: rgb(165,96,144); }
td.TdClassName
{
border-color: #A56090;
}
.TagClassName
{
border-color: #A56090;
}
</style>