Shades of Strikemaster #A65187
Tints of Strikemaster #A65187
RGB
CMYK
RGB Variations
Color information
#A65187 (or 0xA65187) is known color: Strikemaster. HEX triplet: A6, 51 and 87. RGB value is (166,81,135). Sum of RGB (Red+Green+Blue) = 166+81+135=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65187 is #59AE78. Grayscale: #707070. Windows color (decimal): -5877369 or 8868262. OLE color: 8868262.
HSL color Cylindrical-coordinate representation of color #A65187: hue angle of 321.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65187 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 135 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.35 |
| HSL | 321.88º | 0.34% | 0.48% | - |
| HSV(B) | 321.88º | 0.51% | 0.65% | - |
| XYZ | 23.04 | 15.74 | 24.75 | - |
| YUV | 112.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 135 | 0 | 0.51 | 0.19 | 0.35 | 321.88 | 0.34 | 0.48 |
| Hex | A6 | 51 | 87 | 0 | 33 | 13 | 23 | 142 | 22 | 30 |
| Octal | 246 | 121 | 207 | 0 | 63 | 23 | 43 | 502 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10000111 | 0 | 110011 | 10011 | 100011 | 101000010 | 100010 | 110000 |
Color Harmonies of #A65187
Complementary color
Monochromatic Colors of #A65187
Black with #A65187
Text Example
Text Example
White with #A65187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65187; }
p { color: rgb(166,81,135); }
H1.HeaderClassName
{
color: #A65187;
}
.AnyTagClassName
{
color: #A65187;
}
</style>
background-color css
<style>
a { background-color: #A65187; }
a { background-color: rgb(166,81,135); }
div.DivClassName
{
background-color: #A65187;
}
.BgClassName
{
background-color: #A65187;
}
</style>
border-color css
<style>
span { border-color: #A65187; }
span { border-color: rgb(166,81,135); }
td.TdClassName
{
border-color: #A65187;
}
.TagClassName
{
border-color: #A65187;
}
</style>