Shades of Strikemaster #A85783
Tints of Strikemaster #A85783
RGB
CMYK
RGB Variations
Color information
#A85783 (or 0xA85783) is known color: Strikemaster. HEX triplet: A8, 57 and 83. RGB value is (168,87,131). Sum of RGB (Red+Green+Blue) = 168+87+131=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A85783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85783 is #57A87C. Grayscale: #747474. Windows color (decimal): -5744765 or 8607656. OLE color: 8607656.
HSL color Cylindrical-coordinate representation of color #A85783: hue angle of 327.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85783 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 131 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.34 |
| HSL | 327.41º | 0.32% | 0.5% | - |
| HSV(B) | 327.41º | 0.48% | 0.66% | - |
| XYZ | 23.65 | 16.78 | 23.46 | - |
| YUV | 116.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 131 | 0 | 0.48 | 0.22 | 0.34 | 327.41 | 0.32 | 0.5 |
| Hex | A8 | 57 | 83 | 0 | 30 | 16 | 22 | 147 | 20 | 32 |
| Octal | 250 | 127 | 203 | 0 | 60 | 26 | 42 | 507 | 40 | 62 |
| Binary | 10101000 | 1010111 | 10000011 | 0 | 110000 | 10110 | 100010 | 101000111 | 100000 | 110010 |
Color Harmonies of #A85783
Complementary color
Monochromatic Colors of #A85783
Black with #A85783
Text Example
Text Example
White with #A85783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85783; }
p { color: rgb(168,87,131); }
H1.HeaderClassName
{
color: #A85783;
}
.AnyTagClassName
{
color: #A85783;
}
</style>
background-color css
<style>
a { background-color: #A85783; }
a { background-color: rgb(168,87,131); }
div.DivClassName
{
background-color: #A85783;
}
.BgClassName
{
background-color: #A85783;
}
</style>
border-color css
<style>
span { border-color: #A85783; }
span { border-color: rgb(168,87,131); }
td.TdClassName
{
border-color: #A85783;
}
.TagClassName
{
border-color: #A85783;
}
</style>