Shades of Strikemaster #A05C7B
Tints of Strikemaster #A05C7B
RGB
CMYK
RGB Variations
Color information
#A05C7B (or 0xA05C7B) is known color: Strikemaster. HEX triplet: A0, 5C and 7B. RGB value is (160,92,123). Sum of RGB (Red+Green+Blue) = 160+92+123=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C7B is #5FA384. Grayscale: #737373. Windows color (decimal): -6267781 or 8084640. OLE color: 8084640.
HSL color Cylindrical-coordinate representation of color #A05C7B: hue angle of 332.65º 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 #A05C7B is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 92 | 123 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.37 |
| HSL | 332.65º | 0.27% | 0.49% | - |
| HSV(B) | 332.65º | 0.43% | 0.63% | - |
| XYZ | 21.9 | 16.56 | 20.78 | - |
| YUV | 115.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 123 | 0 | 0.43 | 0.23 | 0.37 | 332.65 | 0.27 | 0.49 |
| Hex | A0 | 5C | 7B | 0 | 2B | 17 | 25 | 14D | 1B | 31 |
| Octal | 240 | 134 | 173 | 0 | 53 | 27 | 45 | 515 | 33 | 61 |
| Binary | 10100000 | 1011100 | 1111011 | 0 | 101011 | 10111 | 100101 | 101001101 | 11011 | 110001 |
Color Harmonies of #A05C7B
Complementary color
Monochromatic Colors of #A05C7B
Black with #A05C7B
Text Example
Text Example
White with #A05C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05C7B; }
p { color: rgb(160,92,123); }
H1.HeaderClassName
{
color: #A05C7B;
}
.AnyTagClassName
{
color: #A05C7B;
}
</style>
background-color css
<style>
a { background-color: #A05C7B; }
a { background-color: rgb(160,92,123); }
div.DivClassName
{
background-color: #A05C7B;
}
.BgClassName
{
background-color: #A05C7B;
}
</style>
border-color css
<style>
span { border-color: #A05C7B; }
span { border-color: rgb(160,92,123); }
td.TdClassName
{
border-color: #A05C7B;
}
.TagClassName
{
border-color: #A05C7B;
}
</style>