Shades of Strikemaster #A05385
Tints of Strikemaster #A05385
RGB
CMYK
RGB Variations
Color information
#A05385 (or 0xA05385) is known color: Strikemaster. HEX triplet: A0, 53 and 85. RGB value is (160,83,133). Sum of RGB (Red+Green+Blue) = 160+83+133=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A05385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05385 is #5FAC7A. Grayscale: #6F6F6F. Windows color (decimal): -6270075 or 8737696. OLE color: 8737696.
HSL color Cylindrical-coordinate representation of color #A05385: hue angle of 321.04º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05385 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 133 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.37 |
| HSL | 321.04º | 0.32% | 0.48% | - |
| HSV(B) | 321.04º | 0.48% | 0.63% | - |
| XYZ | 21.82 | 15.35 | 24 | - |
| YUV | 111.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 133 | 0 | 0.48 | 0.17 | 0.37 | 321.04 | 0.32 | 0.48 |
| Hex | A0 | 53 | 85 | 0 | 30 | 11 | 25 | 141 | 20 | 30 |
| Octal | 240 | 123 | 205 | 0 | 60 | 21 | 45 | 501 | 40 | 60 |
| Binary | 10100000 | 1010011 | 10000101 | 0 | 110000 | 10001 | 100101 | 101000001 | 100000 | 110000 |
Color Harmonies of #A05385
Complementary color
Monochromatic Colors of #A05385
Black with #A05385
Text Example
Text Example
White with #A05385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05385; }
p { color: rgb(160,83,133); }
H1.HeaderClassName
{
color: #A05385;
}
.AnyTagClassName
{
color: #A05385;
}
</style>
background-color css
<style>
a { background-color: #A05385; }
a { background-color: rgb(160,83,133); }
div.DivClassName
{
background-color: #A05385;
}
.BgClassName
{
background-color: #A05385;
}
</style>
border-color css
<style>
span { border-color: #A05385; }
span { border-color: rgb(160,83,133); }
td.TdClassName
{
border-color: #A05385;
}
.TagClassName
{
border-color: #A05385;
}
</style>