Shades of Strikemaster #A04B89
Tints of Strikemaster #A04B89
RGB
CMYK
RGB Variations
Color information
#A04B89 (or 0xA04B89) is known color: Strikemaster. HEX triplet: A0, 4B and 89. RGB value is (160,75,137). Sum of RGB (Red+Green+Blue) = 160+75+137=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B89 is #5FB476. Grayscale: #6B6B6B. Windows color (decimal): -6272119 or 8997792. OLE color: 8997792.
HSL color Cylindrical-coordinate representation of color #A04B89: hue angle of 316.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04B89 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 75 | 137 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.37 |
| HSL | 316.24º | 0.36% | 0.46% | - |
| HSV(B) | 316.24º | 0.53% | 0.63% | - |
| XYZ | 21.53 | 14.31 | 25.29 | - |
| YUV | 107.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 137 | 0 | 0.53 | 0.14 | 0.37 | 316.24 | 0.36 | 0.46 |
| Hex | A0 | 4B | 89 | 0 | 35 | E | 25 | 13C | 24 | 2E |
| Octal | 240 | 113 | 211 | 0 | 65 | 16 | 45 | 474 | 44 | 56 |
| Binary | 10100000 | 1001011 | 10001001 | 0 | 110101 | 1110 | 100101 | 100111100 | 100100 | 101110 |
Color Harmonies of #A04B89
Complementary color
Monochromatic Colors of #A04B89
Black with #A04B89
Text Example
Text Example
White with #A04B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04B89; }
p { color: rgb(160,75,137); }
H1.HeaderClassName
{
color: #A04B89;
}
.AnyTagClassName
{
color: #A04B89;
}
</style>
background-color css
<style>
a { background-color: #A04B89; }
a { background-color: rgb(160,75,137); }
div.DivClassName
{
background-color: #A04B89;
}
.BgClassName
{
background-color: #A04B89;
}
</style>
border-color css
<style>
span { border-color: #A04B89; }
span { border-color: rgb(160,75,137); }
td.TdClassName
{
border-color: #A04B89;
}
.TagClassName
{
border-color: #A04B89;
}
</style>