Shades of Strikemaster #A0537C
Tints of Strikemaster #A0537C
RGB
CMYK
RGB Variations
Color information
#A0537C (or 0xA0537C) is known color: Strikemaster. HEX triplet: A0, 53 and 7C. RGB value is (160,83,124). Sum of RGB (Red+Green+Blue) = 160+83+124=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0537C is #5FAC83. Grayscale: #6E6E6E. Windows color (decimal): -6270084 or 8147872. OLE color: 8147872.
HSL color Cylindrical-coordinate representation of color #A0537C: hue angle of 328.05º 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 #A0537C is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 124 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.37 |
| HSL | 328.05º | 0.32% | 0.48% | - |
| HSV(B) | 328.05º | 0.48% | 0.63% | - |
| XYZ | 21.23 | 15.12 | 20.87 | - |
| YUV | 110.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 124 | 0 | 0.48 | 0.22 | 0.37 | 328.05 | 0.32 | 0.48 |
| Hex | A0 | 53 | 7C | 0 | 30 | 16 | 25 | 148 | 20 | 30 |
| Octal | 240 | 123 | 174 | 0 | 60 | 26 | 45 | 510 | 40 | 60 |
| Binary | 10100000 | 1010011 | 1111100 | 0 | 110000 | 10110 | 100101 | 101001000 | 100000 | 110000 |
Color Harmonies of #A0537C
Complementary color
Monochromatic Colors of #A0537C
Black with #A0537C
Text Example
Text Example
White with #A0537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0537C; }
p { color: rgb(160,83,124); }
H1.HeaderClassName
{
color: #A0537C;
}
.AnyTagClassName
{
color: #A0537C;
}
</style>
background-color css
<style>
a { background-color: #A0537C; }
a { background-color: rgb(160,83,124); }
div.DivClassName
{
background-color: #A0537C;
}
.BgClassName
{
background-color: #A0537C;
}
</style>
border-color css
<style>
span { border-color: #A0537C; }
span { border-color: rgb(160,83,124); }
td.TdClassName
{
border-color: #A0537C;
}
.TagClassName
{
border-color: #A0537C;
}
</style>