Shades of Strikemaster #A85A87
Tints of Strikemaster #A85A87
RGB
CMYK
RGB Variations
Color information
#A85A87 (or 0xA85A87) is known color: Strikemaster. HEX triplet: A8, 5A and 87. RGB value is (168,90,135). Sum of RGB (Red+Green+Blue) = 168+90+135=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85A87 is #57A578. Grayscale: #767676. Windows color (decimal): -5743993 or 8870568. OLE color: 8870568.
HSL color Cylindrical-coordinate representation of color #A85A87: hue angle of 325.38º 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 #A85A87 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 135 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.34 |
| HSL | 325.38º | 0.31% | 0.51% | - |
| HSV(B) | 325.38º | 0.46% | 0.66% | - |
| XYZ | 24.18 | 17.39 | 25 | - |
| YUV | 118.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 135 | 0 | 0.46 | 0.20 | 0.34 | 325.38 | 0.31 | 0.51 |
| Hex | A8 | 5A | 87 | 0 | 2E | 14 | 22 | 145 | 1F | 33 |
| Octal | 250 | 132 | 207 | 0 | 56 | 24 | 42 | 505 | 37 | 63 |
| Binary | 10101000 | 1011010 | 10000111 | 0 | 101110 | 10100 | 100010 | 101000101 | 11111 | 110011 |
Color Harmonies of #A85A87
Complementary color
Monochromatic Colors of #A85A87
Black with #A85A87
Text Example
Text Example
White with #A85A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A87; }
p { color: rgb(168,90,135); }
H1.HeaderClassName
{
color: #A85A87;
}
.AnyTagClassName
{
color: #A85A87;
}
</style>
background-color css
<style>
a { background-color: #A85A87; }
a { background-color: rgb(168,90,135); }
div.DivClassName
{
background-color: #A85A87;
}
.BgClassName
{
background-color: #A85A87;
}
</style>
border-color css
<style>
span { border-color: #A85A87; }
span { border-color: rgb(168,90,135); }
td.TdClassName
{
border-color: #A85A87;
}
.TagClassName
{
border-color: #A85A87;
}
</style>