Shades of Strikemaster #A85989
Tints of Strikemaster #A85989
RGB
CMYK
RGB Variations
Color information
#A85989 (or 0xA85989) is known color: Strikemaster. HEX triplet: A8, 59 and 89. RGB value is (168,89,137). Sum of RGB (Red+Green+Blue) = 168+89+137=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A85989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85989 is #57A676. Grayscale: #757575. Windows color (decimal): -5744247 or 9001384. OLE color: 9001384.
HSL color Cylindrical-coordinate representation of color #A85989: hue angle of 323.54º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85989 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 137 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.34 |
| HSL | 323.54º | 0.31% | 0.5% | - |
| HSV(B) | 323.54º | 0.47% | 0.66% | - |
| XYZ | 24.24 | 17.28 | 25.72 | - |
| YUV | 118.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 137 | 0 | 0.47 | 0.18 | 0.34 | 323.54 | 0.31 | 0.5 |
| Hex | A8 | 59 | 89 | 0 | 2F | 12 | 22 | 144 | 1F | 32 |
| Octal | 250 | 131 | 211 | 0 | 57 | 22 | 42 | 504 | 37 | 62 |
| Binary | 10101000 | 1011001 | 10001001 | 0 | 101111 | 10010 | 100010 | 101000100 | 11111 | 110010 |
Color Harmonies of #A85989
Complementary color
Monochromatic Colors of #A85989
Black with #A85989
Text Example
Text Example
White with #A85989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85989; }
p { color: rgb(168,89,137); }
H1.HeaderClassName
{
color: #A85989;
}
.AnyTagClassName
{
color: #A85989;
}
</style>
background-color css
<style>
a { background-color: #A85989; }
a { background-color: rgb(168,89,137); }
div.DivClassName
{
background-color: #A85989;
}
.BgClassName
{
background-color: #A85989;
}
</style>
border-color css
<style>
span { border-color: #A85989; }
span { border-color: rgb(168,89,137); }
td.TdClassName
{
border-color: #A85989;
}
.TagClassName
{
border-color: #A85989;
}
</style>