Shades of Strikemaster #A0657C
Tints of Strikemaster #A0657C
RGB
CMYK
RGB Variations
Color information
#A0657C (or 0xA0657C) is known color: Strikemaster. HEX triplet: A0, 65 and 7C. RGB value is (160,101,124). Sum of RGB (Red+Green+Blue) = 160+101+124=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0657C is #5F9A83. Grayscale: #797979. Windows color (decimal): -6265476 or 8152480. OLE color: 8152480.
HSL color Cylindrical-coordinate representation of color #A0657C: hue angle of 336.61º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0657C is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 124 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.37 |
| HSL | 336.61º | 0.24% | 0.51% | - |
| HSV(B) | 336.61º | 0.37% | 0.63% | - |
| XYZ | 22.79 | 18.24 | 21.39 | - |
| YUV | 121.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 124 | 0 | 0.37 | 0.22 | 0.37 | 336.61 | 0.24 | 0.51 |
| Hex | A0 | 65 | 7C | 0 | 25 | 16 | 25 | 151 | 18 | 33 |
| Octal | 240 | 145 | 174 | 0 | 45 | 26 | 45 | 521 | 30 | 63 |
| Binary | 10100000 | 1100101 | 1111100 | 0 | 100101 | 10110 | 100101 | 101010001 | 11000 | 110011 |
Color Harmonies of #A0657C
Complementary color
Monochromatic Colors of #A0657C
Black with #A0657C
Text Example
Text Example
White with #A0657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0657C; }
p { color: rgb(160,101,124); }
H1.HeaderClassName
{
color: #A0657C;
}
.AnyTagClassName
{
color: #A0657C;
}
</style>
background-color css
<style>
a { background-color: #A0657C; }
a { background-color: rgb(160,101,124); }
div.DivClassName
{
background-color: #A0657C;
}
.BgClassName
{
background-color: #A0657C;
}
</style>
border-color css
<style>
span { border-color: #A0657C; }
span { border-color: rgb(160,101,124); }
td.TdClassName
{
border-color: #A0657C;
}
.TagClassName
{
border-color: #A0657C;
}
</style>