Shades of Strikemaster #A04F84
Tints of Strikemaster #A04F84
RGB
CMYK
RGB Variations
Color information
#A04F84 (or 0xA04F84) is known color: Strikemaster. HEX triplet: A0, 4F and 84. RGB value is (160,79,132). Sum of RGB (Red+Green+Blue) = 160+79+132=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F84 is #5FB07B. Grayscale: #6D6D6D. Windows color (decimal): -6271100 or 8671136. OLE color: 8671136.
HSL color Cylindrical-coordinate representation of color #A04F84: hue angle of 320.74º 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 #A04F84 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 132 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.37 |
| HSL | 320.74º | 0.34% | 0.47% | - |
| HSV(B) | 320.74º | 0.51% | 0.63% | - |
| XYZ | 21.46 | 14.73 | 23.54 | - |
| YUV | 109.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 132 | 0 | 0.51 | 0.17 | 0.37 | 320.74 | 0.34 | 0.47 |
| Hex | A0 | 4F | 84 | 0 | 33 | 11 | 25 | 141 | 22 | 2F |
| Octal | 240 | 117 | 204 | 0 | 63 | 21 | 45 | 501 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10000100 | 0 | 110011 | 10001 | 100101 | 101000001 | 100010 | 101111 |
Color Harmonies of #A04F84
Complementary color
Monochromatic Colors of #A04F84
Black with #A04F84
Text Example
Text Example
White with #A04F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F84; }
p { color: rgb(160,79,132); }
H1.HeaderClassName
{
color: #A04F84;
}
.AnyTagClassName
{
color: #A04F84;
}
</style>
background-color css
<style>
a { background-color: #A04F84; }
a { background-color: rgb(160,79,132); }
div.DivClassName
{
background-color: #A04F84;
}
.BgClassName
{
background-color: #A04F84;
}
</style>
border-color css
<style>
span { border-color: #A04F84; }
span { border-color: rgb(160,79,132); }
td.TdClassName
{
border-color: #A04F84;
}
.TagClassName
{
border-color: #A04F84;
}
</style>