Shades of Strikemaster #A85E7F
Tints of Strikemaster #A85E7F
RGB
CMYK
RGB Variations
Color information
#A85E7F (or 0xA85E7F) is known color: Strikemaster. HEX triplet: A8, 5E and 7F. RGB value is (168,94,127). Sum of RGB (Red+Green+Blue) = 168+94+127=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E7F is #57A180. Grayscale: #777777. Windows color (decimal): -5742977 or 8347304. OLE color: 8347304.
HSL color Cylindrical-coordinate representation of color #A85E7F: hue angle of 333.24º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85E7F is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 127 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.34 |
| HSL | 333.24º | 0.3% | 0.51% | - |
| HSV(B) | 333.24º | 0.44% | 0.66% | - |
| XYZ | 23.98 | 17.86 | 22.26 | - |
| YUV | 119.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 127 | 0 | 0.44 | 0.24 | 0.34 | 333.24 | 0.3 | 0.51 |
| Hex | A8 | 5E | 7F | 0 | 2C | 18 | 22 | 14D | 1E | 33 |
| Octal | 250 | 136 | 177 | 0 | 54 | 30 | 42 | 515 | 36 | 63 |
| Binary | 10101000 | 1011110 | 1111111 | 0 | 101100 | 11000 | 100010 | 101001101 | 11110 | 110011 |
Color Harmonies of #A85E7F
Complementary color
Monochromatic Colors of #A85E7F
Black with #A85E7F
Text Example
Text Example
White with #A85E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E7F; }
p { color: rgb(168,94,127); }
H1.HeaderClassName
{
color: #A85E7F;
}
.AnyTagClassName
{
color: #A85E7F;
}
</style>
background-color css
<style>
a { background-color: #A85E7F; }
a { background-color: rgb(168,94,127); }
div.DivClassName
{
background-color: #A85E7F;
}
.BgClassName
{
background-color: #A85E7F;
}
</style>
border-color css
<style>
span { border-color: #A85E7F; }
span { border-color: rgb(168,94,127); }
td.TdClassName
{
border-color: #A85E7F;
}
.TagClassName
{
border-color: #A85E7F;
}
</style>