Shades of Strikemaster #A05484
Tints of Strikemaster #A05484
RGB
CMYK
RGB Variations
Color information
#A05484 (or 0xA05484) is known color: Strikemaster. HEX triplet: A0, 54 and 84. RGB value is (160,84,132). Sum of RGB (Red+Green+Blue) = 160+84+132=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A05484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05484 is #5FAB7B. Grayscale: #707070. Windows color (decimal): -6269820 or 8672416. OLE color: 8672416.
HSL color Cylindrical-coordinate representation of color #A05484: hue angle of 322.11º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05484 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 132 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.37 |
| HSL | 322.11º | 0.31% | 0.48% | - |
| HSV(B) | 322.11º | 0.48% | 0.63% | - |
| XYZ | 21.83 | 15.48 | 23.67 | - |
| YUV | 112.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 132 | 0 | 0.48 | 0.17 | 0.37 | 322.11 | 0.31 | 0.48 |
| Hex | A0 | 54 | 84 | 0 | 30 | 11 | 25 | 142 | 1F | 30 |
| Octal | 240 | 124 | 204 | 0 | 60 | 21 | 45 | 502 | 37 | 60 |
| Binary | 10100000 | 1010100 | 10000100 | 0 | 110000 | 10001 | 100101 | 101000010 | 11111 | 110000 |
Color Harmonies of #A05484
Complementary color
Monochromatic Colors of #A05484
Black with #A05484
Text Example
Text Example
White with #A05484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05484; }
p { color: rgb(160,84,132); }
H1.HeaderClassName
{
color: #A05484;
}
.AnyTagClassName
{
color: #A05484;
}
</style>
background-color css
<style>
a { background-color: #A05484; }
a { background-color: rgb(160,84,132); }
div.DivClassName
{
background-color: #A05484;
}
.BgClassName
{
background-color: #A05484;
}
</style>
border-color css
<style>
span { border-color: #A05484; }
span { border-color: rgb(160,84,132); }
td.TdClassName
{
border-color: #A05484;
}
.TagClassName
{
border-color: #A05484;
}
</style>