Shades of Strikemaster #A65987
Tints of Strikemaster #A65987
RGB
CMYK
RGB Variations
Color information
#A65987 (or 0xA65987) is known color: Strikemaster. HEX triplet: A6, 59 and 87. RGB value is (166,89,135). Sum of RGB (Red+Green+Blue) = 166+89+135=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A65987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65987 is #59A678. Grayscale: #757575. Windows color (decimal): -5875321 or 8870310. OLE color: 8870310.
HSL color Cylindrical-coordinate representation of color #A65987: hue angle of 324.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65987 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 135 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.35 |
| HSL | 324.16º | 0.3% | 0.5% | - |
| HSV(B) | 324.16º | 0.46% | 0.65% | - |
| XYZ | 23.67 | 17 | 24.96 | - |
| YUV | 117.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 135 | 0 | 0.46 | 0.19 | 0.35 | 324.16 | 0.3 | 0.5 |
| Hex | A6 | 59 | 87 | 0 | 2E | 13 | 23 | 144 | 1E | 32 |
| Octal | 246 | 131 | 207 | 0 | 56 | 23 | 43 | 504 | 36 | 62 |
| Binary | 10100110 | 1011001 | 10000111 | 0 | 101110 | 10011 | 100011 | 101000100 | 11110 | 110010 |
Color Harmonies of #A65987
Complementary color
Monochromatic Colors of #A65987
Black with #A65987
Text Example
Text Example
White with #A65987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65987; }
p { color: rgb(166,89,135); }
H1.HeaderClassName
{
color: #A65987;
}
.AnyTagClassName
{
color: #A65987;
}
</style>
background-color css
<style>
a { background-color: #A65987; }
a { background-color: rgb(166,89,135); }
div.DivClassName
{
background-color: #A65987;
}
.BgClassName
{
background-color: #A65987;
}
</style>
border-color css
<style>
span { border-color: #A65987; }
span { border-color: rgb(166,89,135); }
td.TdClassName
{
border-color: #A65987;
}
.TagClassName
{
border-color: #A65987;
}
</style>