Shades of Strikemaster #A2607F
Tints of Strikemaster #A2607F
RGB
CMYK
RGB Variations
Color information
#A2607F (or 0xA2607F) is known color: Strikemaster. HEX triplet: A2, 60 and 7F. RGB value is (162,96,127). Sum of RGB (Red+Green+Blue) = 162+96+127=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2607F is #5D9F80. Grayscale: #777777. Windows color (decimal): -6135681 or 8347810. OLE color: 8347810.
HSL color Cylindrical-coordinate representation of color #A2607F: hue angle of 331.82º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2607F is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 127 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.36 |
| HSL | 331.82º | 0.26% | 0.51% | - |
| HSV(B) | 331.82º | 0.41% | 0.64% | - |
| XYZ | 22.91 | 17.58 | 22.26 | - |
| YUV | 119.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 127 | 0 | 0.41 | 0.22 | 0.36 | 331.82 | 0.26 | 0.51 |
| Hex | A2 | 60 | 7F | 0 | 29 | 16 | 24 | 14C | 1A | 33 |
| Octal | 242 | 140 | 177 | 0 | 51 | 26 | 44 | 514 | 32 | 63 |
| Binary | 10100010 | 1100000 | 1111111 | 0 | 101001 | 10110 | 100100 | 101001100 | 11010 | 110011 |
Color Harmonies of #A2607F
Complementary color
Monochromatic Colors of #A2607F
Black with #A2607F
Text Example
Text Example
White with #A2607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2607F; }
p { color: rgb(162,96,127); }
H1.HeaderClassName
{
color: #A2607F;
}
.AnyTagClassName
{
color: #A2607F;
}
</style>
background-color css
<style>
a { background-color: #A2607F; }
a { background-color: rgb(162,96,127); }
div.DivClassName
{
background-color: #A2607F;
}
.BgClassName
{
background-color: #A2607F;
}
</style>
border-color css
<style>
span { border-color: #A2607F; }
span { border-color: rgb(162,96,127); }
td.TdClassName
{
border-color: #A2607F;
}
.TagClassName
{
border-color: #A2607F;
}
</style>