Shades of Strikemaster #A2587E
Tints of Strikemaster #A2587E
RGB
CMYK
RGB Variations
Color information
#A2587E (or 0xA2587E) is known color: Strikemaster. HEX triplet: A2, 58 and 7E. RGB value is (162,88,126). Sum of RGB (Red+Green+Blue) = 162+88+126=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2587E is #5DA781. Grayscale: #727272. Windows color (decimal): -6137730 or 8280226. OLE color: 8280226.
HSL color Cylindrical-coordinate representation of color #A2587E: hue angle of 329.19º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2587E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 126 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.36 |
| HSL | 329.19º | 0.3% | 0.49% | - |
| HSV(B) | 329.19º | 0.46% | 0.64% | - |
| XYZ | 22.16 | 16.17 | 21.69 | - |
| YUV | 114.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 126 | 0 | 0.46 | 0.22 | 0.36 | 329.19 | 0.3 | 0.49 |
| Hex | A2 | 58 | 7E | 0 | 2E | 16 | 24 | 149 | 1E | 31 |
| Octal | 242 | 130 | 176 | 0 | 56 | 26 | 44 | 511 | 36 | 61 |
| Binary | 10100010 | 1011000 | 1111110 | 0 | 101110 | 10110 | 100100 | 101001001 | 11110 | 110001 |
Color Harmonies of #A2587E
Complementary color
Monochromatic Colors of #A2587E
Black with #A2587E
Text Example
Text Example
White with #A2587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2587E; }
p { color: rgb(162,88,126); }
H1.HeaderClassName
{
color: #A2587E;
}
.AnyTagClassName
{
color: #A2587E;
}
</style>
background-color css
<style>
a { background-color: #A2587E; }
a { background-color: rgb(162,88,126); }
div.DivClassName
{
background-color: #A2587E;
}
.BgClassName
{
background-color: #A2587E;
}
</style>
border-color css
<style>
span { border-color: #A2587E; }
span { border-color: rgb(162,88,126); }
td.TdClassName
{
border-color: #A2587E;
}
.TagClassName
{
border-color: #A2587E;
}
</style>