Shades of Strikemaster #A2607E
Tints of Strikemaster #A2607E
RGB
CMYK
RGB Variations
Color information
#A2607E (or 0xA2607E) is known color: Strikemaster. HEX triplet: A2, 60 and 7E. RGB value is (162,96,126). Sum of RGB (Red+Green+Blue) = 162+96+126=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2607E is #5D9F81. Grayscale: #777777. Windows color (decimal): -6135682 or 8282274. OLE color: 8282274.
HSL color Cylindrical-coordinate representation of color #A2607E: hue angle of 332.73º 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 #A2607E is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 126 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.36 |
| HSL | 332.73º | 0.26% | 0.51% | - |
| HSV(B) | 332.73º | 0.41% | 0.64% | - |
| XYZ | 22.85 | 17.55 | 21.92 | - |
| YUV | 119.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 126 | 0 | 0.41 | 0.22 | 0.36 | 332.73 | 0.26 | 0.51 |
| Hex | A2 | 60 | 7E | 0 | 29 | 16 | 24 | 14D | 1A | 33 |
| Octal | 242 | 140 | 176 | 0 | 51 | 26 | 44 | 515 | 32 | 63 |
| Binary | 10100010 | 1100000 | 1111110 | 0 | 101001 | 10110 | 100100 | 101001101 | 11010 | 110011 |
Color Harmonies of #A2607E
Complementary color
Monochromatic Colors of #A2607E
Black with #A2607E
Text Example
Text Example
White with #A2607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2607E; }
p { color: rgb(162,96,126); }
H1.HeaderClassName
{
color: #A2607E;
}
.AnyTagClassName
{
color: #A2607E;
}
</style>
background-color css
<style>
a { background-color: #A2607E; }
a { background-color: rgb(162,96,126); }
div.DivClassName
{
background-color: #A2607E;
}
.BgClassName
{
background-color: #A2607E;
}
</style>
border-color css
<style>
span { border-color: #A2607E; }
span { border-color: rgb(162,96,126); }
td.TdClassName
{
border-color: #A2607E;
}
.TagClassName
{
border-color: #A2607E;
}
</style>