Shades of Strikemaster #A85E8D
Tints of Strikemaster #A85E8D
RGB
CMYK
RGB Variations
Color information
#A85E8D (or 0xA85E8D) is known color: Strikemaster. HEX triplet: A8, 5E and 8D. RGB value is (168,94,141). Sum of RGB (Red+Green+Blue) = 168+94+141=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E8D is #57A172. Grayscale: #797979. Windows color (decimal): -5742963 or 9264808. OLE color: 9264808.
HSL color Cylindrical-coordinate representation of color #A85E8D: hue angle of 321.89º 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 #A85E8D is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 141 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.34 |
| HSL | 321.89º | 0.3% | 0.51% | - |
| HSV(B) | 321.89º | 0.44% | 0.66% | - |
| XYZ | 24.96 | 18.25 | 27.41 | - |
| YUV | 121.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 141 | 0 | 0.44 | 0.16 | 0.34 | 321.89 | 0.3 | 0.51 |
| Hex | A8 | 5E | 8D | 0 | 2C | 10 | 22 | 142 | 1E | 33 |
| Octal | 250 | 136 | 215 | 0 | 54 | 20 | 42 | 502 | 36 | 63 |
| Binary | 10101000 | 1011110 | 10001101 | 0 | 101100 | 10000 | 100010 | 101000010 | 11110 | 110011 |
Color Harmonies of #A85E8D
Complementary color
Monochromatic Colors of #A85E8D
Black with #A85E8D
Text Example
Text Example
White with #A85E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E8D; }
p { color: rgb(168,94,141); }
H1.HeaderClassName
{
color: #A85E8D;
}
.AnyTagClassName
{
color: #A85E8D;
}
</style>
background-color css
<style>
a { background-color: #A85E8D; }
a { background-color: rgb(168,94,141); }
div.DivClassName
{
background-color: #A85E8D;
}
.BgClassName
{
background-color: #A85E8D;
}
</style>
border-color css
<style>
span { border-color: #A85E8D; }
span { border-color: rgb(168,94,141); }
td.TdClassName
{
border-color: #A85E8D;
}
.TagClassName
{
border-color: #A85E8D;
}
</style>