Shades of Strikemaster #A05B85
Tints of Strikemaster #A05B85
RGB
CMYK
RGB Variations
Color information
#A05B85 (or 0xA05B85) is known color: Strikemaster. HEX triplet: A0, 5B and 85. RGB value is (160,91,133). Sum of RGB (Red+Green+Blue) = 160+91+133=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05B85 is #5FA47A. Grayscale: #747474. Windows color (decimal): -6268027 or 8739744. OLE color: 8739744.
HSL color Cylindrical-coordinate representation of color #A05B85: hue angle of 323.48º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05B85 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 91 | 133 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.37 |
| HSL | 323.48º | 0.27% | 0.49% | - |
| HSV(B) | 323.48º | 0.43% | 0.63% | - |
| XYZ | 22.47 | 16.65 | 24.22 | - |
| YUV | 116.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 133 | 0 | 0.43 | 0.17 | 0.37 | 323.48 | 0.27 | 0.49 |
| Hex | A0 | 5B | 85 | 0 | 2B | 11 | 25 | 143 | 1B | 31 |
| Octal | 240 | 133 | 205 | 0 | 53 | 21 | 45 | 503 | 33 | 61 |
| Binary | 10100000 | 1011011 | 10000101 | 0 | 101011 | 10001 | 100101 | 101000011 | 11011 | 110001 |
Color Harmonies of #A05B85
Complementary color
Monochromatic Colors of #A05B85
Black with #A05B85
Text Example
Text Example
White with #A05B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05B85; }
p { color: rgb(160,91,133); }
H1.HeaderClassName
{
color: #A05B85;
}
.AnyTagClassName
{
color: #A05B85;
}
</style>
background-color css
<style>
a { background-color: #A05B85; }
a { background-color: rgb(160,91,133); }
div.DivClassName
{
background-color: #A05B85;
}
.BgClassName
{
background-color: #A05B85;
}
</style>
border-color css
<style>
span { border-color: #A05B85; }
span { border-color: rgb(160,91,133); }
td.TdClassName
{
border-color: #A05B85;
}
.TagClassName
{
border-color: #A05B85;
}
</style>