Shades of Strikemaster #A2587B
Tints of Strikemaster #A2587B
RGB
CMYK
RGB Variations
Color information
#A2587B (or 0xA2587B) is known color: Strikemaster. HEX triplet: A2, 58 and 7B. RGB value is (162,88,123). Sum of RGB (Red+Green+Blue) = 162+88+123=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2587B is #5DA784. Grayscale: #727272. Windows color (decimal): -6137733 or 8083618. OLE color: 8083618.
HSL color Cylindrical-coordinate representation of color #A2587B: hue angle of 331.62º 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 #A2587B is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 123 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.36 |
| HSL | 331.62º | 0.3% | 0.49% | - |
| HSV(B) | 331.62º | 0.46% | 0.64% | - |
| XYZ | 21.97 | 16.09 | 20.69 | - |
| YUV | 114.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 123 | 0 | 0.46 | 0.24 | 0.36 | 331.62 | 0.3 | 0.49 |
| Hex | A2 | 58 | 7B | 0 | 2E | 18 | 24 | 14C | 1E | 31 |
| Octal | 242 | 130 | 173 | 0 | 56 | 30 | 44 | 514 | 36 | 61 |
| Binary | 10100010 | 1011000 | 1111011 | 0 | 101110 | 11000 | 100100 | 101001100 | 11110 | 110001 |
Color Harmonies of #A2587B
Complementary color
Monochromatic Colors of #A2587B
Black with #A2587B
Text Example
Text Example
White with #A2587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2587B; }
p { color: rgb(162,88,123); }
H1.HeaderClassName
{
color: #A2587B;
}
.AnyTagClassName
{
color: #A2587B;
}
</style>
background-color css
<style>
a { background-color: #A2587B; }
a { background-color: rgb(162,88,123); }
div.DivClassName
{
background-color: #A2587B;
}
.BgClassName
{
background-color: #A2587B;
}
</style>
border-color css
<style>
span { border-color: #A2587B; }
span { border-color: rgb(162,88,123); }
td.TdClassName
{
border-color: #A2587B;
}
.TagClassName
{
border-color: #A2587B;
}
</style>