Shades of Strikemaster #A04F89
Tints of Strikemaster #A04F89
RGB
CMYK
RGB Variations
Color information
#A04F89 (or 0xA04F89) is known color: Strikemaster. HEX triplet: A0, 4F and 89. RGB value is (160,79,137). Sum of RGB (Red+Green+Blue) = 160+79+137=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F89 is #5FB076. Grayscale: #6D6D6D. Windows color (decimal): -6271095 or 8998816. OLE color: 8998816.
HSL color Cylindrical-coordinate representation of color #A04F89: hue angle of 317.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F89 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 137 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.37 |
| HSL | 317.04º | 0.34% | 0.47% | - |
| HSV(B) | 317.04º | 0.51% | 0.63% | - |
| XYZ | 21.81 | 14.87 | 25.39 | - |
| YUV | 109.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 137 | 0 | 0.51 | 0.14 | 0.37 | 317.04 | 0.34 | 0.47 |
| Hex | A0 | 4F | 89 | 0 | 33 | E | 25 | 13D | 22 | 2F |
| Octal | 240 | 117 | 211 | 0 | 63 | 16 | 45 | 475 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10001001 | 0 | 110011 | 1110 | 100101 | 100111101 | 100010 | 101111 |
Color Harmonies of #A04F89
Complementary color
Monochromatic Colors of #A04F89
Black with #A04F89
Text Example
Text Example
White with #A04F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F89; }
p { color: rgb(160,79,137); }
H1.HeaderClassName
{
color: #A04F89;
}
.AnyTagClassName
{
color: #A04F89;
}
</style>
background-color css
<style>
a { background-color: #A04F89; }
a { background-color: rgb(160,79,137); }
div.DivClassName
{
background-color: #A04F89;
}
.BgClassName
{
background-color: #A04F89;
}
</style>
border-color css
<style>
span { border-color: #A04F89; }
span { border-color: rgb(160,79,137); }
td.TdClassName
{
border-color: #A04F89;
}
.TagClassName
{
border-color: #A04F89;
}
</style>