Shades of Strikemaster #A0577D
Tints of Strikemaster #A0577D
RGB
CMYK
RGB Variations
Color information
#A0577D (or 0xA0577D) is known color: Strikemaster. HEX triplet: A0, 57 and 7D. RGB value is (160,87,125). Sum of RGB (Red+Green+Blue) = 160+87+125=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0577D is #5FA882. Grayscale: #717171. Windows color (decimal): -6269059 or 8214432. OLE color: 8214432.
HSL color Cylindrical-coordinate representation of color #A0577D: hue angle of 328.77º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0577D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 125 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.37 |
| HSL | 328.77º | 0.3% | 0.48% | - |
| HSV(B) | 328.77º | 0.46% | 0.63% | - |
| XYZ | 21.61 | 15.77 | 21.31 | - |
| YUV | 113.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 125 | 0 | 0.46 | 0.22 | 0.37 | 328.77 | 0.3 | 0.48 |
| Hex | A0 | 57 | 7D | 0 | 2E | 16 | 25 | 149 | 1E | 30 |
| Octal | 240 | 127 | 175 | 0 | 56 | 26 | 45 | 511 | 36 | 60 |
| Binary | 10100000 | 1010111 | 1111101 | 0 | 101110 | 10110 | 100101 | 101001001 | 11110 | 110000 |
Color Harmonies of #A0577D
Complementary color
Monochromatic Colors of #A0577D
Black with #A0577D
Text Example
Text Example
White with #A0577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0577D; }
p { color: rgb(160,87,125); }
H1.HeaderClassName
{
color: #A0577D;
}
.AnyTagClassName
{
color: #A0577D;
}
</style>
background-color css
<style>
a { background-color: #A0577D; }
a { background-color: rgb(160,87,125); }
div.DivClassName
{
background-color: #A0577D;
}
.BgClassName
{
background-color: #A0577D;
}
</style>
border-color css
<style>
span { border-color: #A0577D; }
span { border-color: rgb(160,87,125); }
td.TdClassName
{
border-color: #A0577D;
}
.TagClassName
{
border-color: #A0577D;
}
</style>