Shades of Strikemaster #A04A84
Tints of Strikemaster #A04A84
RGB
CMYK
RGB Variations
Color information
#A04A84 (or 0xA04A84) is known color: Strikemaster. HEX triplet: A0, 4A and 84. RGB value is (160,74,132). Sum of RGB (Red+Green+Blue) = 160+74+132=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A84 is #5FB57B. Grayscale: #6A6A6A. Windows color (decimal): -6272380 or 8669856. OLE color: 8669856.
HSL color Cylindrical-coordinate representation of color #A04A84: hue angle of 319.53º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A84 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 132 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.37 |
| HSL | 319.53º | 0.37% | 0.46% | - |
| HSV(B) | 319.53º | 0.54% | 0.63% | - |
| XYZ | 21.11 | 14.04 | 23.43 | - |
| YUV | 106.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 132 | 0 | 0.54 | 0.17 | 0.37 | 319.53 | 0.37 | 0.46 |
| Hex | A0 | 4A | 84 | 0 | 36 | 11 | 25 | 140 | 25 | 2E |
| Octal | 240 | 112 | 204 | 0 | 66 | 21 | 45 | 500 | 45 | 56 |
| Binary | 10100000 | 1001010 | 10000100 | 0 | 110110 | 10001 | 100101 | 101000000 | 100101 | 101110 |
Color Harmonies of #A04A84
Complementary color
Monochromatic Colors of #A04A84
Black with #A04A84
Text Example
Text Example
White with #A04A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A84; }
p { color: rgb(160,74,132); }
H1.HeaderClassName
{
color: #A04A84;
}
.AnyTagClassName
{
color: #A04A84;
}
</style>
background-color css
<style>
a { background-color: #A04A84; }
a { background-color: rgb(160,74,132); }
div.DivClassName
{
background-color: #A04A84;
}
.BgClassName
{
background-color: #A04A84;
}
</style>
border-color css
<style>
span { border-color: #A04A84; }
span { border-color: rgb(160,74,132); }
td.TdClassName
{
border-color: #A04A84;
}
.TagClassName
{
border-color: #A04A84;
}
</style>