Shades of Strikemaster #A26D88
Tints of Strikemaster #A26D88
RGB
CMYK
RGB Variations
Color information
#A26D88 (or 0xA26D88) is known color: Strikemaster. HEX triplet: A2, 6D and 88. RGB value is (162,109,136). Sum of RGB (Red+Green+Blue) = 162+109+136=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D88 is #5D9277. Grayscale: #7F7F7F. Windows color (decimal): -6132344 or 8940962. OLE color: 8940962.
HSL color Cylindrical-coordinate representation of color #A26D88: hue angle of 329.43º 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 #A26D88 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 136 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.36 |
| HSL | 329.43º | 0.22% | 0.53% | - |
| HSV(B) | 329.43º | 0.33% | 0.64% | - |
| XYZ | 24.81 | 20.4 | 25.92 | - |
| YUV | 127.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 136 | 0 | 0.33 | 0.16 | 0.36 | 329.43 | 0.22 | 0.53 |
| Hex | A2 | 6D | 88 | 0 | 21 | 10 | 24 | 149 | 16 | 35 |
| Octal | 242 | 155 | 210 | 0 | 41 | 20 | 44 | 511 | 26 | 65 |
| Binary | 10100010 | 1101101 | 10001000 | 0 | 100001 | 10000 | 100100 | 101001001 | 10110 | 110101 |
Color Harmonies of #A26D88
Complementary color
Monochromatic Colors of #A26D88
Black with #A26D88
Text Example
Text Example
White with #A26D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D88; }
p { color: rgb(162,109,136); }
H1.HeaderClassName
{
color: #A26D88;
}
.AnyTagClassName
{
color: #A26D88;
}
</style>
background-color css
<style>
a { background-color: #A26D88; }
a { background-color: rgb(162,109,136); }
div.DivClassName
{
background-color: #A26D88;
}
.BgClassName
{
background-color: #A26D88;
}
</style>
border-color css
<style>
span { border-color: #A26D88; }
span { border-color: rgb(162,109,136); }
td.TdClassName
{
border-color: #A26D88;
}
.TagClassName
{
border-color: #A26D88;
}
</style>