Shades of Strikemaster #A04E89
Tints of Strikemaster #A04E89
RGB
CMYK
RGB Variations
Color information
#A04E89 (or 0xA04E89) is known color: Strikemaster. HEX triplet: A0, 4E and 89. RGB value is (160,78,137). Sum of RGB (Red+Green+Blue) = 160+78+137=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E89 is #5FB176. Grayscale: #6D6D6D. Windows color (decimal): -6271351 or 8998560. OLE color: 8998560.
HSL color Cylindrical-coordinate representation of color #A04E89: hue angle of 316.83º 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 #A04E89 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 137 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.37 |
| HSL | 316.83º | 0.34% | 0.47% | - |
| HSV(B) | 316.83º | 0.51% | 0.63% | - |
| XYZ | 21.74 | 14.73 | 25.36 | - |
| YUV | 109.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 137 | 0 | 0.51 | 0.14 | 0.37 | 316.83 | 0.34 | 0.47 |
| Hex | A0 | 4E | 89 | 0 | 33 | E | 25 | 13D | 22 | 2F |
| Octal | 240 | 116 | 211 | 0 | 63 | 16 | 45 | 475 | 42 | 57 |
| Binary | 10100000 | 1001110 | 10001001 | 0 | 110011 | 1110 | 100101 | 100111101 | 100010 | 101111 |
Color Harmonies of #A04E89
Complementary color
Monochromatic Colors of #A04E89
Black with #A04E89
Text Example
Text Example
White with #A04E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E89; }
p { color: rgb(160,78,137); }
H1.HeaderClassName
{
color: #A04E89;
}
.AnyTagClassName
{
color: #A04E89;
}
</style>
background-color css
<style>
a { background-color: #A04E89; }
a { background-color: rgb(160,78,137); }
div.DivClassName
{
background-color: #A04E89;
}
.BgClassName
{
background-color: #A04E89;
}
</style>
border-color css
<style>
span { border-color: #A04E89; }
span { border-color: rgb(160,78,137); }
td.TdClassName
{
border-color: #A04E89;
}
.TagClassName
{
border-color: #A04E89;
}
</style>