Shades of Strikemaster #A85B89
Tints of Strikemaster #A85B89
RGB
CMYK
RGB Variations
Color information
#A85B89 (or 0xA85B89) is known color: Strikemaster. HEX triplet: A8, 5B and 89. RGB value is (168,91,137). Sum of RGB (Red+Green+Blue) = 168+91+137=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B89 is #57A476. Grayscale: #777777. Windows color (decimal): -5743735 or 9001896. OLE color: 9001896.
HSL color Cylindrical-coordinate representation of color #A85B89: hue angle of 324.16º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85B89 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 137 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.34 |
| HSL | 324.16º | 0.31% | 0.51% | - |
| HSV(B) | 324.16º | 0.46% | 0.66% | - |
| XYZ | 24.4 | 17.61 | 25.78 | - |
| YUV | 119.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 137 | 0 | 0.46 | 0.18 | 0.34 | 324.16 | 0.31 | 0.51 |
| Hex | A8 | 5B | 89 | 0 | 2E | 12 | 22 | 144 | 1F | 33 |
| Octal | 250 | 133 | 211 | 0 | 56 | 22 | 42 | 504 | 37 | 63 |
| Binary | 10101000 | 1011011 | 10001001 | 0 | 101110 | 10010 | 100010 | 101000100 | 11111 | 110011 |
Color Harmonies of #A85B89
Complementary color
Monochromatic Colors of #A85B89
Black with #A85B89
Text Example
Text Example
White with #A85B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B89; }
p { color: rgb(168,91,137); }
H1.HeaderClassName
{
color: #A85B89;
}
.AnyTagClassName
{
color: #A85B89;
}
</style>
background-color css
<style>
a { background-color: #A85B89; }
a { background-color: rgb(168,91,137); }
div.DivClassName
{
background-color: #A85B89;
}
.BgClassName
{
background-color: #A85B89;
}
</style>
border-color css
<style>
span { border-color: #A85B89; }
span { border-color: rgb(168,91,137); }
td.TdClassName
{
border-color: #A85B89;
}
.TagClassName
{
border-color: #A85B89;
}
</style>