Shades of Strikemaster #A2617A
Tints of Strikemaster #A2617A
RGB
CMYK
RGB Variations
Color information
#A2617A (or 0xA2617A) is known color: Strikemaster. HEX triplet: A2, 61 and 7A. RGB value is (162,97,122). Sum of RGB (Red+Green+Blue) = 162+97+122=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617A is #5D9E85. Grayscale: #777777. Windows color (decimal): -6135430 or 8020386. OLE color: 8020386.
HSL color Cylindrical-coordinate representation of color #A2617A: hue angle of 336.92º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2617A is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 122 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.36 |
| HSL | 336.92º | 0.26% | 0.51% | - |
| HSV(B) | 336.92º | 0.4% | 0.64% | - |
| XYZ | 22.69 | 17.64 | 20.62 | - |
| YUV | 119.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 122 | 0 | 0.40 | 0.25 | 0.36 | 336.92 | 0.26 | 0.51 |
| Hex | A2 | 61 | 7A | 0 | 28 | 19 | 24 | 151 | 1A | 33 |
| Octal | 242 | 141 | 172 | 0 | 50 | 31 | 44 | 521 | 32 | 63 |
| Binary | 10100010 | 1100001 | 1111010 | 0 | 101000 | 11001 | 100100 | 101010001 | 11010 | 110011 |
Color Harmonies of #A2617A
Complementary color
Monochromatic Colors of #A2617A
Black with #A2617A
Text Example
Text Example
White with #A2617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2617A; }
p { color: rgb(162,97,122); }
H1.HeaderClassName
{
color: #A2617A;
}
.AnyTagClassName
{
color: #A2617A;
}
</style>
background-color css
<style>
a { background-color: #A2617A; }
a { background-color: rgb(162,97,122); }
div.DivClassName
{
background-color: #A2617A;
}
.BgClassName
{
background-color: #A2617A;
}
</style>
border-color css
<style>
span { border-color: #A2617A; }
span { border-color: rgb(162,97,122); }
td.TdClassName
{
border-color: #A2617A;
}
.TagClassName
{
border-color: #A2617A;
}
</style>