Shades of Strikemaster #A05683
Tints of Strikemaster #A05683
RGB
CMYK
RGB Variations
Color information
#A05683 (or 0xA05683) is known color: Strikemaster. HEX triplet: A0, 56 and 83. RGB value is (160,86,131). Sum of RGB (Red+Green+Blue) = 160+86+131=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05683 is #5FA97C. Grayscale: #717171. Windows color (decimal): -6269309 or 8607392. OLE color: 8607392.
HSL color Cylindrical-coordinate representation of color #A05683: hue angle of 323.51º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05683 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 131 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.37 |
| HSL | 323.51º | 0.3% | 0.48% | - |
| HSV(B) | 323.51º | 0.46% | 0.63% | - |
| XYZ | 21.92 | 15.77 | 23.36 | - |
| YUV | 113.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 131 | 0 | 0.46 | 0.18 | 0.37 | 323.51 | 0.3 | 0.48 |
| Hex | A0 | 56 | 83 | 0 | 2E | 12 | 25 | 144 | 1E | 30 |
| Octal | 240 | 126 | 203 | 0 | 56 | 22 | 45 | 504 | 36 | 60 |
| Binary | 10100000 | 1010110 | 10000011 | 0 | 101110 | 10010 | 100101 | 101000100 | 11110 | 110000 |
Color Harmonies of #A05683
Complementary color
Monochromatic Colors of #A05683
Black with #A05683
Text Example
Text Example
White with #A05683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05683; }
p { color: rgb(160,86,131); }
H1.HeaderClassName
{
color: #A05683;
}
.AnyTagClassName
{
color: #A05683;
}
</style>
background-color css
<style>
a { background-color: #A05683; }
a { background-color: rgb(160,86,131); }
div.DivClassName
{
background-color: #A05683;
}
.BgClassName
{
background-color: #A05683;
}
</style>
border-color css
<style>
span { border-color: #A05683; }
span { border-color: rgb(160,86,131); }
td.TdClassName
{
border-color: #A05683;
}
.TagClassName
{
border-color: #A05683;
}
</style>