Shades of Strikemaster #A0567F
Tints of Strikemaster #A0567F
RGB
CMYK
RGB Variations
Color information
#A0567F (or 0xA0567F) is known color: Strikemaster. HEX triplet: A0, 56 and 7F. RGB value is (160,86,127). Sum of RGB (Red+Green+Blue) = 160+86+127=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0567F is #5FA980. Grayscale: #707070. Windows color (decimal): -6269313 or 8345248. OLE color: 8345248.
HSL color Cylindrical-coordinate representation of color #A0567F: hue angle of 326.76º 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 #A0567F is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 127 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.37 |
| HSL | 326.76º | 0.3% | 0.48% | - |
| HSV(B) | 326.76º | 0.46% | 0.63% | - |
| XYZ | 21.66 | 15.66 | 21.96 | - |
| YUV | 112.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 127 | 0 | 0.46 | 0.21 | 0.37 | 326.76 | 0.3 | 0.48 |
| Hex | A0 | 56 | 7F | 0 | 2E | 15 | 25 | 147 | 1E | 30 |
| Octal | 240 | 126 | 177 | 0 | 56 | 25 | 45 | 507 | 36 | 60 |
| Binary | 10100000 | 1010110 | 1111111 | 0 | 101110 | 10101 | 100101 | 101000111 | 11110 | 110000 |
Color Harmonies of #A0567F
Complementary color
Monochromatic Colors of #A0567F
Black with #A0567F
Text Example
Text Example
White with #A0567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0567F; }
p { color: rgb(160,86,127); }
H1.HeaderClassName
{
color: #A0567F;
}
.AnyTagClassName
{
color: #A0567F;
}
</style>
background-color css
<style>
a { background-color: #A0567F; }
a { background-color: rgb(160,86,127); }
div.DivClassName
{
background-color: #A0567F;
}
.BgClassName
{
background-color: #A0567F;
}
</style>
border-color css
<style>
span { border-color: #A0567F; }
span { border-color: rgb(160,86,127); }
td.TdClassName
{
border-color: #A0567F;
}
.TagClassName
{
border-color: #A0567F;
}
</style>