Shades of Strikemaster #A65F89
Tints of Strikemaster #A65F89
RGB
CMYK
RGB Variations
Color information
#A65F89 (or 0xA65F89) is known color: Strikemaster. HEX triplet: A6, 5F and 89. RGB value is (166,95,137). Sum of RGB (Red+Green+Blue) = 166+95+137=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F89 is #59A076. Grayscale: #787878. Windows color (decimal): -5873783 or 9002918. OLE color: 9002918.
HSL color Cylindrical-coordinate representation of color #A65F89: hue angle of 324.51º 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 #A65F89 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 137 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.35 |
| HSL | 324.51º | 0.29% | 0.51% | - |
| HSV(B) | 324.51º | 0.43% | 0.65% | - |
| XYZ | 24.33 | 18.1 | 25.88 | - |
| YUV | 121.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 137 | 0 | 0.43 | 0.17 | 0.35 | 324.51 | 0.29 | 0.51 |
| Hex | A6 | 5F | 89 | 0 | 2B | 11 | 23 | 145 | 1D | 33 |
| Octal | 246 | 137 | 211 | 0 | 53 | 21 | 43 | 505 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10001001 | 0 | 101011 | 10001 | 100011 | 101000101 | 11101 | 110011 |
Color Harmonies of #A65F89
Complementary color
Monochromatic Colors of #A65F89
Black with #A65F89
Text Example
Text Example
White with #A65F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F89; }
p { color: rgb(166,95,137); }
H1.HeaderClassName
{
color: #A65F89;
}
.AnyTagClassName
{
color: #A65F89;
}
</style>
background-color css
<style>
a { background-color: #A65F89; }
a { background-color: rgb(166,95,137); }
div.DivClassName
{
background-color: #A65F89;
}
.BgClassName
{
background-color: #A65F89;
}
</style>
border-color css
<style>
span { border-color: #A65F89; }
span { border-color: rgb(166,95,137); }
td.TdClassName
{
border-color: #A65F89;
}
.TagClassName
{
border-color: #A65F89;
}
</style>