Shades of Strikemaster #A26D87
Tints of Strikemaster #A26D87
RGB
CMYK
RGB Variations
Color information
#A26D87 (or 0xA26D87) is known color: Strikemaster. HEX triplet: A2, 6D and 87. RGB value is (162,109,135). Sum of RGB (Red+Green+Blue) = 162+109+135=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D87 is #5D9278. Grayscale: #7F7F7F. Windows color (decimal): -6132345 or 8875426. OLE color: 8875426.
HSL color Cylindrical-coordinate representation of color #A26D87: hue angle of 330.57º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26D87 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 135 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.36 |
| HSL | 330.57º | 0.22% | 0.53% | - |
| HSV(B) | 330.57º | 0.33% | 0.64% | - |
| XYZ | 24.74 | 20.37 | 25.55 | - |
| YUV | 127.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 135 | 0 | 0.33 | 0.17 | 0.36 | 330.57 | 0.22 | 0.53 |
| Hex | A2 | 6D | 87 | 0 | 21 | 11 | 24 | 14B | 16 | 35 |
| Octal | 242 | 155 | 207 | 0 | 41 | 21 | 44 | 513 | 26 | 65 |
| Binary | 10100010 | 1101101 | 10000111 | 0 | 100001 | 10001 | 100100 | 101001011 | 10110 | 110101 |
Color Harmonies of #A26D87
Complementary color
Monochromatic Colors of #A26D87
Black with #A26D87
Text Example
Text Example
White with #A26D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D87; }
p { color: rgb(162,109,135); }
H1.HeaderClassName
{
color: #A26D87;
}
.AnyTagClassName
{
color: #A26D87;
}
</style>
background-color css
<style>
a { background-color: #A26D87; }
a { background-color: rgb(162,109,135); }
div.DivClassName
{
background-color: #A26D87;
}
.BgClassName
{
background-color: #A26D87;
}
</style>
border-color css
<style>
span { border-color: #A26D87; }
span { border-color: rgb(162,109,135); }
td.TdClassName
{
border-color: #A26D87;
}
.TagClassName
{
border-color: #A26D87;
}
</style>