Shades of Strikemaster #A56390
Tints of Strikemaster #A56390
RGB
CMYK
RGB Variations
Color information
#A56390 (or 0xA56390) is known color: Strikemaster. HEX triplet: A5, 63 and 90. RGB value is (165,99,144). Sum of RGB (Red+Green+Blue) = 165+99+144=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A56390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56390 is #5A9C6F. Grayscale: #7B7B7B. Windows color (decimal): -5938288 or 9462693. OLE color: 9462693.
HSL color Cylindrical-coordinate representation of color #A56390: hue angle of 319.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56390 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 144 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.35 |
| HSL | 319.09º | 0.27% | 0.52% | - |
| HSV(B) | 319.09º | 0.4% | 0.65% | - |
| XYZ | 25.01 | 18.94 | 28.72 | - |
| YUV | 123.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 144 | 0 | 0.40 | 0.13 | 0.35 | 319.09 | 0.27 | 0.52 |
| Hex | A5 | 63 | 90 | 0 | 28 | D | 23 | 13F | 1B | 34 |
| Octal | 245 | 143 | 220 | 0 | 50 | 15 | 43 | 477 | 33 | 64 |
| Binary | 10100101 | 1100011 | 10010000 | 0 | 101000 | 1101 | 100011 | 100111111 | 11011 | 110100 |
Color Harmonies of #A56390
Complementary color
Monochromatic Colors of #A56390
Black with #A56390
Text Example
Text Example
White with #A56390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56390; }
p { color: rgb(165,99,144); }
H1.HeaderClassName
{
color: #A56390;
}
.AnyTagClassName
{
color: #A56390;
}
</style>
background-color css
<style>
a { background-color: #A56390; }
a { background-color: rgb(165,99,144); }
div.DivClassName
{
background-color: #A56390;
}
.BgClassName
{
background-color: #A56390;
}
</style>
border-color css
<style>
span { border-color: #A56390; }
span { border-color: rgb(165,99,144); }
td.TdClassName
{
border-color: #A56390;
}
.TagClassName
{
border-color: #A56390;
}
</style>