Shades of Strikemaster #A65386
Tints of Strikemaster #A65386
RGB
CMYK
RGB Variations
Color information
#A65386 (or 0xA65386) is known color: Strikemaster. HEX triplet: A6, 53 and 86. RGB value is (166,83,134). Sum of RGB (Red+Green+Blue) = 166+83+134=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65386 is #59AC79. Grayscale: #717171. Windows color (decimal): -5876858 or 8803238. OLE color: 8803238.
HSL color Cylindrical-coordinate representation of color #A65386: hue angle of 323.13º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65386 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 134 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.35 |
| HSL | 323.13º | 0.33% | 0.49% | - |
| HSV(B) | 323.13º | 0.5% | 0.65% | - |
| XYZ | 23.12 | 16.01 | 24.43 | - |
| YUV | 113.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 134 | 0 | 0.50 | 0.19 | 0.35 | 323.13 | 0.33 | 0.49 |
| Hex | A6 | 53 | 86 | 0 | 32 | 13 | 23 | 143 | 21 | 31 |
| Octal | 246 | 123 | 206 | 0 | 62 | 23 | 43 | 503 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10000110 | 0 | 110010 | 10011 | 100011 | 101000011 | 100001 | 110001 |
Color Harmonies of #A65386
Complementary color
Monochromatic Colors of #A65386
Black with #A65386
Text Example
Text Example
White with #A65386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65386; }
p { color: rgb(166,83,134); }
H1.HeaderClassName
{
color: #A65386;
}
.AnyTagClassName
{
color: #A65386;
}
</style>
background-color css
<style>
a { background-color: #A65386; }
a { background-color: rgb(166,83,134); }
div.DivClassName
{
background-color: #A65386;
}
.BgClassName
{
background-color: #A65386;
}
</style>
border-color css
<style>
span { border-color: #A65386; }
span { border-color: rgb(166,83,134); }
td.TdClassName
{
border-color: #A65386;
}
.TagClassName
{
border-color: #A65386;
}
</style>