Shades of Strikemaster #A2577E
Tints of Strikemaster #A2577E
RGB
CMYK
RGB Variations
Color information
#A2577E (or 0xA2577E) is known color: Strikemaster. HEX triplet: A2, 57 and 7E. RGB value is (162,87,126). Sum of RGB (Red+Green+Blue) = 162+87+126=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2577E is #5DA881. Grayscale: #717171. Windows color (decimal): -6137986 or 8279970. OLE color: 8279970.
HSL color Cylindrical-coordinate representation of color #A2577E: hue angle of 328.8º 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 #A2577E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 126 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.36 |
| HSL | 328.8º | 0.3% | 0.49% | - |
| HSV(B) | 328.8º | 0.46% | 0.64% | - |
| XYZ | 22.07 | 16 | 21.66 | - |
| YUV | 113.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 126 | 0 | 0.46 | 0.22 | 0.36 | 328.8 | 0.3 | 0.49 |
| Hex | A2 | 57 | 7E | 0 | 2E | 16 | 24 | 149 | 1E | 31 |
| Octal | 242 | 127 | 176 | 0 | 56 | 26 | 44 | 511 | 36 | 61 |
| Binary | 10100010 | 1010111 | 1111110 | 0 | 101110 | 10110 | 100100 | 101001001 | 11110 | 110001 |
Color Harmonies of #A2577E
Complementary color
Monochromatic Colors of #A2577E
Black with #A2577E
Text Example
Text Example
White with #A2577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2577E; }
p { color: rgb(162,87,126); }
H1.HeaderClassName
{
color: #A2577E;
}
.AnyTagClassName
{
color: #A2577E;
}
</style>
background-color css
<style>
a { background-color: #A2577E; }
a { background-color: rgb(162,87,126); }
div.DivClassName
{
background-color: #A2577E;
}
.BgClassName
{
background-color: #A2577E;
}
</style>
border-color css
<style>
span { border-color: #A2577E; }
span { border-color: rgb(162,87,126); }
td.TdClassName
{
border-color: #A2577E;
}
.TagClassName
{
border-color: #A2577E;
}
</style>