Shades of Strikemaster #A85486
Tints of Strikemaster #A85486
RGB
CMYK
RGB Variations
Color information
#A85486 (or 0xA85486) is known color: Strikemaster. HEX triplet: A8, 54 and 86. RGB value is (168,84,134). Sum of RGB (Red+Green+Blue) = 168+84+134=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A85486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85486 is #57AB79. Grayscale: #727272. Windows color (decimal): -5745530 or 8803496. OLE color: 8803496.
HSL color Cylindrical-coordinate representation of color #A85486: hue angle of 324.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85486 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 134 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.34 |
| HSL | 324.29º | 0.33% | 0.49% | - |
| HSV(B) | 324.29º | 0.5% | 0.66% | - |
| XYZ | 23.62 | 16.39 | 24.47 | - |
| YUV | 114.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 134 | 0 | 0.5 | 0.20 | 0.34 | 324.29 | 0.33 | 0.49 |
| Hex | A8 | 54 | 86 | 0 | 32 | 14 | 22 | 144 | 21 | 31 |
| Octal | 250 | 124 | 206 | 0 | 62 | 24 | 42 | 504 | 41 | 61 |
| Binary | 10101000 | 1010100 | 10000110 | 0 | 110010 | 10100 | 100010 | 101000100 | 100001 | 110001 |
Color Harmonies of #A85486
Complementary color
Monochromatic Colors of #A85486
Black with #A85486
Text Example
Text Example
White with #A85486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85486; }
p { color: rgb(168,84,134); }
H1.HeaderClassName
{
color: #A85486;
}
.AnyTagClassName
{
color: #A85486;
}
</style>
background-color css
<style>
a { background-color: #A85486; }
a { background-color: rgb(168,84,134); }
div.DivClassName
{
background-color: #A85486;
}
.BgClassName
{
background-color: #A85486;
}
</style>
border-color css
<style>
span { border-color: #A85486; }
span { border-color: rgb(168,84,134); }
td.TdClassName
{
border-color: #A85486;
}
.TagClassName
{
border-color: #A85486;
}
</style>