Shades of Strikemaster #A65786
Tints of Strikemaster #A65786
RGB
CMYK
RGB Variations
Color information
#A65786 (or 0xA65786) is known color: Strikemaster. HEX triplet: A6, 57 and 86. RGB value is (166,87,134). Sum of RGB (Red+Green+Blue) = 166+87+134=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A65786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65786 is #59A879. Grayscale: #737373. Windows color (decimal): -5875834 or 8804262. OLE color: 8804262.
HSL color Cylindrical-coordinate representation of color #A65786: hue angle of 324.3º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65786 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 134 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.35 |
| HSL | 324.3º | 0.31% | 0.5% | - |
| HSV(B) | 324.3º | 0.48% | 0.65% | - |
| XYZ | 23.44 | 16.64 | 24.53 | - |
| YUV | 115.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 134 | 0 | 0.48 | 0.19 | 0.35 | 324.3 | 0.31 | 0.5 |
| Hex | A6 | 57 | 86 | 0 | 30 | 13 | 23 | 144 | 1F | 32 |
| Octal | 246 | 127 | 206 | 0 | 60 | 23 | 43 | 504 | 37 | 62 |
| Binary | 10100110 | 1010111 | 10000110 | 0 | 110000 | 10011 | 100011 | 101000100 | 11111 | 110010 |
Color Harmonies of #A65786
Complementary color
Monochromatic Colors of #A65786
Black with #A65786
Text Example
Text Example
White with #A65786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65786; }
p { color: rgb(166,87,134); }
H1.HeaderClassName
{
color: #A65786;
}
.AnyTagClassName
{
color: #A65786;
}
</style>
background-color css
<style>
a { background-color: #A65786; }
a { background-color: rgb(166,87,134); }
div.DivClassName
{
background-color: #A65786;
}
.BgClassName
{
background-color: #A65786;
}
</style>
border-color css
<style>
span { border-color: #A65786; }
span { border-color: rgb(166,87,134); }
td.TdClassName
{
border-color: #A65786;
}
.TagClassName
{
border-color: #A65786;
}
</style>