Shades of Strikemaster #A2667F
Tints of Strikemaster #A2667F
RGB
CMYK
RGB Variations
Color information
#A2667F (or 0xA2667F) is known color: Strikemaster. HEX triplet: A2, 66 and 7F. RGB value is (162,102,127). Sum of RGB (Red+Green+Blue) = 162+102+127=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2667F is #5D9980. Grayscale: #7A7A7A. Windows color (decimal): -6134145 or 8349346. OLE color: 8349346.
HSL color Cylindrical-coordinate representation of color #A2667F: hue angle of 335º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2667F is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 127 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.36 |
| HSL | 335º | 0.24% | 0.52% | - |
| HSV(B) | 335º | 0.37% | 0.64% | - |
| XYZ | 23.48 | 18.72 | 22.45 | - |
| YUV | 122.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 127 | 0 | 0.37 | 0.22 | 0.36 | 335 | 0.24 | 0.52 |
| Hex | A2 | 66 | 7F | 0 | 25 | 16 | 24 | 14F | 18 | 34 |
| Octal | 242 | 146 | 177 | 0 | 45 | 26 | 44 | 517 | 30 | 64 |
| Binary | 10100010 | 1100110 | 1111111 | 0 | 100101 | 10110 | 100100 | 101001111 | 11000 | 110100 |
Color Harmonies of #A2667F
Complementary color
Monochromatic Colors of #A2667F
Black with #A2667F
Text Example
Text Example
White with #A2667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2667F; }
p { color: rgb(162,102,127); }
H1.HeaderClassName
{
color: #A2667F;
}
.AnyTagClassName
{
color: #A2667F;
}
</style>
background-color css
<style>
a { background-color: #A2667F; }
a { background-color: rgb(162,102,127); }
div.DivClassName
{
background-color: #A2667F;
}
.BgClassName
{
background-color: #A2667F;
}
</style>
border-color css
<style>
span { border-color: #A2667F; }
span { border-color: rgb(162,102,127); }
td.TdClassName
{
border-color: #A2667F;
}
.TagClassName
{
border-color: #A2667F;
}
</style>