Shades of Strikemaster #A05883
Tints of Strikemaster #A05883
RGB
CMYK
RGB Variations
Color information
#A05883 (or 0xA05883) is known color: Strikemaster. HEX triplet: A0, 58 and 83. RGB value is (160,88,131). Sum of RGB (Red+Green+Blue) = 160+88+131=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A05883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05883 is #5FA77C. Grayscale: #727272. Windows color (decimal): -6268797 or 8607904. OLE color: 8607904.
HSL color Cylindrical-coordinate representation of color #A05883: hue angle of 324.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A05883 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 131 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.37 |
| HSL | 324.17º | 0.29% | 0.49% | - |
| HSV(B) | 324.17º | 0.45% | 0.63% | - |
| XYZ | 22.08 | 16.09 | 23.41 | - |
| YUV | 114.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 131 | 0 | 0.45 | 0.18 | 0.37 | 324.17 | 0.29 | 0.49 |
| Hex | A0 | 58 | 83 | 0 | 2D | 12 | 25 | 144 | 1D | 31 |
| Octal | 240 | 130 | 203 | 0 | 55 | 22 | 45 | 504 | 35 | 61 |
| Binary | 10100000 | 1011000 | 10000011 | 0 | 101101 | 10010 | 100101 | 101000100 | 11101 | 110001 |
Color Harmonies of #A05883
Complementary color
Monochromatic Colors of #A05883
Black with #A05883
Text Example
Text Example
White with #A05883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05883; }
p { color: rgb(160,88,131); }
H1.HeaderClassName
{
color: #A05883;
}
.AnyTagClassName
{
color: #A05883;
}
</style>
background-color css
<style>
a { background-color: #A05883; }
a { background-color: rgb(160,88,131); }
div.DivClassName
{
background-color: #A05883;
}
.BgClassName
{
background-color: #A05883;
}
</style>
border-color css
<style>
span { border-color: #A05883; }
span { border-color: rgb(160,88,131); }
td.TdClassName
{
border-color: #A05883;
}
.TagClassName
{
border-color: #A05883;
}
</style>