Shades of Strikemaster #A85B8C
Tints of Strikemaster #A85B8C
RGB
CMYK
RGB Variations
Color information
#A85B8C (or 0xA85B8C) is known color: Strikemaster. HEX triplet: A8, 5B and 8C. RGB value is (168,91,140). Sum of RGB (Red+Green+Blue) = 168+91+140=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B8C is #57A473. Grayscale: #777777. Windows color (decimal): -5743732 or 9198504. OLE color: 9198504.
HSL color Cylindrical-coordinate representation of color #A85B8C: hue angle of 321.82º 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 #A85B8C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 140 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.34 |
| HSL | 321.82º | 0.31% | 0.51% | - |
| HSV(B) | 321.82º | 0.46% | 0.66% | - |
| XYZ | 24.62 | 17.7 | 26.93 | - |
| YUV | 119.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 140 | 0 | 0.46 | 0.17 | 0.34 | 321.82 | 0.31 | 0.51 |
| Hex | A8 | 5B | 8C | 0 | 2E | 11 | 22 | 142 | 1F | 33 |
| Octal | 250 | 133 | 214 | 0 | 56 | 21 | 42 | 502 | 37 | 63 |
| Binary | 10101000 | 1011011 | 10001100 | 0 | 101110 | 10001 | 100010 | 101000010 | 11111 | 110011 |
Color Harmonies of #A85B8C
Complementary color
Monochromatic Colors of #A85B8C
Black with #A85B8C
Text Example
Text Example
White with #A85B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B8C; }
p { color: rgb(168,91,140); }
H1.HeaderClassName
{
color: #A85B8C;
}
.AnyTagClassName
{
color: #A85B8C;
}
</style>
background-color css
<style>
a { background-color: #A85B8C; }
a { background-color: rgb(168,91,140); }
div.DivClassName
{
background-color: #A85B8C;
}
.BgClassName
{
background-color: #A85B8C;
}
</style>
border-color css
<style>
span { border-color: #A85B8C; }
span { border-color: rgb(168,91,140); }
td.TdClassName
{
border-color: #A85B8C;
}
.TagClassName
{
border-color: #A85B8C;
}
</style>