Shades of Strikemaster #A65F87
Tints of Strikemaster #A65F87
RGB
CMYK
RGB Variations
Color information
#A65F87 (or 0xA65F87) is known color: Strikemaster. HEX triplet: A6, 5F and 87. RGB value is (166,95,135). Sum of RGB (Red+Green+Blue) = 166+95+135=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F87 is #59A078. Grayscale: #787878. Windows color (decimal): -5873785 or 8871846. OLE color: 8871846.
HSL color Cylindrical-coordinate representation of color #A65F87: hue angle of 326.2º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65F87 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 135 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.35 |
| HSL | 326.2º | 0.29% | 0.51% | - |
| HSV(B) | 326.2º | 0.43% | 0.65% | - |
| XYZ | 24.19 | 18.04 | 25.13 | - |
| YUV | 120.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 135 | 0 | 0.43 | 0.19 | 0.35 | 326.2 | 0.29 | 0.51 |
| Hex | A6 | 5F | 87 | 0 | 2B | 13 | 23 | 146 | 1D | 33 |
| Octal | 246 | 137 | 207 | 0 | 53 | 23 | 43 | 506 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10000111 | 0 | 101011 | 10011 | 100011 | 101000110 | 11101 | 110011 |
Color Harmonies of #A65F87
Complementary color
Monochromatic Colors of #A65F87
Black with #A65F87
Text Example
Text Example
White with #A65F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F87; }
p { color: rgb(166,95,135); }
H1.HeaderClassName
{
color: #A65F87;
}
.AnyTagClassName
{
color: #A65F87;
}
</style>
background-color css
<style>
a { background-color: #A65F87; }
a { background-color: rgb(166,95,135); }
div.DivClassName
{
background-color: #A65F87;
}
.BgClassName
{
background-color: #A65F87;
}
</style>
border-color css
<style>
span { border-color: #A65F87; }
span { border-color: rgb(166,95,135); }
td.TdClassName
{
border-color: #A65F87;
}
.TagClassName
{
border-color: #A65F87;
}
</style>