Shades of Strikemaster #A85E8F
Tints of Strikemaster #A85E8F
RGB
CMYK
RGB Variations
Color information
#A85E8F (or 0xA85E8F) is known color: Strikemaster. HEX triplet: A8, 5E and 8F. RGB value is (168,94,143). Sum of RGB (Red+Green+Blue) = 168+94+143=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E8F is #57A170. Grayscale: #797979. Windows color (decimal): -5742961 or 9395880. OLE color: 9395880.
HSL color Cylindrical-coordinate representation of color #A85E8F: hue angle of 320.27º 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 #A85E8F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 143 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.34 |
| HSL | 320.27º | 0.3% | 0.51% | - |
| HSV(B) | 320.27º | 0.44% | 0.66% | - |
| XYZ | 25.11 | 18.31 | 28.2 | - |
| YUV | 121.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 143 | 0 | 0.44 | 0.15 | 0.34 | 320.27 | 0.3 | 0.51 |
| Hex | A8 | 5E | 8F | 0 | 2C | F | 22 | 140 | 1E | 33 |
| Octal | 250 | 136 | 217 | 0 | 54 | 17 | 42 | 500 | 36 | 63 |
| Binary | 10101000 | 1011110 | 10001111 | 0 | 101100 | 1111 | 100010 | 101000000 | 11110 | 110011 |
Color Harmonies of #A85E8F
Complementary color
Monochromatic Colors of #A85E8F
Black with #A85E8F
Text Example
Text Example
White with #A85E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E8F; }
p { color: rgb(168,94,143); }
H1.HeaderClassName
{
color: #A85E8F;
}
.AnyTagClassName
{
color: #A85E8F;
}
</style>
background-color css
<style>
a { background-color: #A85E8F; }
a { background-color: rgb(168,94,143); }
div.DivClassName
{
background-color: #A85E8F;
}
.BgClassName
{
background-color: #A85E8F;
}
</style>
border-color css
<style>
span { border-color: #A85E8F; }
span { border-color: rgb(168,94,143); }
td.TdClassName
{
border-color: #A85E8F;
}
.TagClassName
{
border-color: #A85E8F;
}
</style>