Shades of Strikemaster #A85B8F
Tints of Strikemaster #A85B8F
RGB
CMYK
RGB Variations
Color information
#A85B8F (or 0xA85B8F) is known color: Strikemaster. HEX triplet: A8, 5B and 8F. RGB value is (168,91,143). Sum of RGB (Red+Green+Blue) = 168+91+143=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B8F is #57A470. Grayscale: #777777. Windows color (decimal): -5743729 or 9395112. OLE color: 9395112.
HSL color Cylindrical-coordinate representation of color #A85B8F: hue angle of 319.48º 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 #A85B8F is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 143 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.34 |
| HSL | 319.48º | 0.31% | 0.51% | - |
| HSV(B) | 319.48º | 0.46% | 0.66% | - |
| XYZ | 24.85 | 17.79 | 28.11 | - |
| YUV | 119.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 143 | 0 | 0.46 | 0.15 | 0.34 | 319.48 | 0.31 | 0.51 |
| Hex | A8 | 5B | 8F | 0 | 2E | F | 22 | 13F | 1F | 33 |
| Octal | 250 | 133 | 217 | 0 | 56 | 17 | 42 | 477 | 37 | 63 |
| Binary | 10101000 | 1011011 | 10001111 | 0 | 101110 | 1111 | 100010 | 100111111 | 11111 | 110011 |
Color Harmonies of #A85B8F
Complementary color
Monochromatic Colors of #A85B8F
Black with #A85B8F
Text Example
Text Example
White with #A85B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B8F; }
p { color: rgb(168,91,143); }
H1.HeaderClassName
{
color: #A85B8F;
}
.AnyTagClassName
{
color: #A85B8F;
}
</style>
background-color css
<style>
a { background-color: #A85B8F; }
a { background-color: rgb(168,91,143); }
div.DivClassName
{
background-color: #A85B8F;
}
.BgClassName
{
background-color: #A85B8F;
}
</style>
border-color css
<style>
span { border-color: #A85B8F; }
span { border-color: rgb(168,91,143); }
td.TdClassName
{
border-color: #A85B8F;
}
.TagClassName
{
border-color: #A85B8F;
}
</style>