Shades of Strikemaster #A85B83
Tints of Strikemaster #A85B83
RGB
CMYK
RGB Variations
Color information
#A85B83 (or 0xA85B83) is known color: Strikemaster. HEX triplet: A8, 5B and 83. RGB value is (168,91,131). Sum of RGB (Red+Green+Blue) = 168+91+131=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B83 is #57A47C. Grayscale: #767676. Windows color (decimal): -5743741 or 8608680. OLE color: 8608680.
HSL color Cylindrical-coordinate representation of color #A85B83: hue angle of 328.83º 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 #A85B83 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 131 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.34 |
| HSL | 328.83º | 0.31% | 0.51% | - |
| HSV(B) | 328.83º | 0.46% | 0.66% | - |
| XYZ | 23.99 | 17.45 | 23.58 | - |
| YUV | 118.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 131 | 0 | 0.46 | 0.22 | 0.34 | 328.83 | 0.31 | 0.51 |
| Hex | A8 | 5B | 83 | 0 | 2E | 16 | 22 | 149 | 1F | 33 |
| Octal | 250 | 133 | 203 | 0 | 56 | 26 | 42 | 511 | 37 | 63 |
| Binary | 10101000 | 1011011 | 10000011 | 0 | 101110 | 10110 | 100010 | 101001001 | 11111 | 110011 |
Color Harmonies of #A85B83
Complementary color
Monochromatic Colors of #A85B83
Black with #A85B83
Text Example
Text Example
White with #A85B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B83; }
p { color: rgb(168,91,131); }
H1.HeaderClassName
{
color: #A85B83;
}
.AnyTagClassName
{
color: #A85B83;
}
</style>
background-color css
<style>
a { background-color: #A85B83; }
a { background-color: rgb(168,91,131); }
div.DivClassName
{
background-color: #A85B83;
}
.BgClassName
{
background-color: #A85B83;
}
</style>
border-color css
<style>
span { border-color: #A85B83; }
span { border-color: rgb(168,91,131); }
td.TdClassName
{
border-color: #A85B83;
}
.TagClassName
{
border-color: #A85B83;
}
</style>