Shades of Strikemaster #A85F89
Tints of Strikemaster #A85F89
RGB
CMYK
RGB Variations
Color information
#A85F89 (or 0xA85F89) is known color: Strikemaster. HEX triplet: A8, 5F and 89. RGB value is (168,95,137). Sum of RGB (Red+Green+Blue) = 168+95+137=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85F89 is #57A076. Grayscale: #797979. Windows color (decimal): -5742711 or 9002920. OLE color: 9002920.
HSL color Cylindrical-coordinate representation of color #A85F89: hue angle of 325.48º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F89 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 137 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.34 |
| HSL | 325.48º | 0.3% | 0.52% | - |
| HSV(B) | 325.48º | 0.43% | 0.66% | - |
| XYZ | 24.76 | 18.32 | 25.9 | - |
| YUV | 121.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 137 | 0 | 0.43 | 0.18 | 0.34 | 325.48 | 0.3 | 0.52 |
| Hex | A8 | 5F | 89 | 0 | 2B | 12 | 22 | 145 | 1E | 34 |
| Octal | 250 | 137 | 211 | 0 | 53 | 22 | 42 | 505 | 36 | 64 |
| Binary | 10101000 | 1011111 | 10001001 | 0 | 101011 | 10010 | 100010 | 101000101 | 11110 | 110100 |
Color Harmonies of #A85F89
Complementary color
Monochromatic Colors of #A85F89
Black with #A85F89
Text Example
Text Example
White with #A85F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F89; }
p { color: rgb(168,95,137); }
H1.HeaderClassName
{
color: #A85F89;
}
.AnyTagClassName
{
color: #A85F89;
}
</style>
background-color css
<style>
a { background-color: #A85F89; }
a { background-color: rgb(168,95,137); }
div.DivClassName
{
background-color: #A85F89;
}
.BgClassName
{
background-color: #A85F89;
}
</style>
border-color css
<style>
span { border-color: #A85F89; }
span { border-color: rgb(168,95,137); }
td.TdClassName
{
border-color: #A85F89;
}
.TagClassName
{
border-color: #A85F89;
}
</style>