Shades of Strikemaster #A65286
Tints of Strikemaster #A65286
RGB
CMYK
RGB Variations
Color information
#A65286 (or 0xA65286) is known color: Strikemaster. HEX triplet: A6, 52 and 86. RGB value is (166,82,134). Sum of RGB (Red+Green+Blue) = 166+82+134=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65286 is #59AD79. Grayscale: #707070. Windows color (decimal): -5877114 or 8802982. OLE color: 8802982.
HSL color Cylindrical-coordinate representation of color #A65286: hue angle of 322.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65286 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 134 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.35 |
| HSL | 322.86º | 0.34% | 0.49% | - |
| HSV(B) | 322.86º | 0.51% | 0.65% | - |
| XYZ | 23.05 | 15.86 | 24.4 | - |
| YUV | 113.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 134 | 0 | 0.51 | 0.19 | 0.35 | 322.86 | 0.34 | 0.49 |
| Hex | A6 | 52 | 86 | 0 | 33 | 13 | 23 | 143 | 22 | 31 |
| Octal | 246 | 122 | 206 | 0 | 63 | 23 | 43 | 503 | 42 | 61 |
| Binary | 10100110 | 1010010 | 10000110 | 0 | 110011 | 10011 | 100011 | 101000011 | 100010 | 110001 |
Color Harmonies of #A65286
Complementary color
Monochromatic Colors of #A65286
Black with #A65286
Text Example
Text Example
White with #A65286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65286; }
p { color: rgb(166,82,134); }
H1.HeaderClassName
{
color: #A65286;
}
.AnyTagClassName
{
color: #A65286;
}
</style>
background-color css
<style>
a { background-color: #A65286; }
a { background-color: rgb(166,82,134); }
div.DivClassName
{
background-color: #A65286;
}
.BgClassName
{
background-color: #A65286;
}
</style>
border-color css
<style>
span { border-color: #A65286; }
span { border-color: rgb(166,82,134); }
td.TdClassName
{
border-color: #A65286;
}
.TagClassName
{
border-color: #A65286;
}
</style>