Shades of Strikemaster #A26980
Tints of Strikemaster #A26980
RGB
CMYK
RGB Variations
Color information
#A26980 (or 0xA26980) is known color: Strikemaster. HEX triplet: A2, 69 and 80. RGB value is (162,105,128). Sum of RGB (Red+Green+Blue) = 162+105+128=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A26980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26980 is #5D967F. Grayscale: #7C7C7C. Windows color (decimal): -6133376 or 8415650. OLE color: 8415650.
HSL color Cylindrical-coordinate representation of color #A26980: hue angle of 335.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26980 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 128 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.36 |
| HSL | 335.79º | 0.23% | 0.52% | - |
| HSV(B) | 335.79º | 0.35% | 0.64% | - |
| XYZ | 23.85 | 19.34 | 22.9 | - |
| YUV | 124.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 128 | 0 | 0.35 | 0.21 | 0.36 | 335.79 | 0.23 | 0.52 |
| Hex | A2 | 69 | 80 | 0 | 23 | 15 | 24 | 150 | 17 | 34 |
| Octal | 242 | 151 | 200 | 0 | 43 | 25 | 44 | 520 | 27 | 64 |
| Binary | 10100010 | 1101001 | 10000000 | 0 | 100011 | 10101 | 100100 | 101010000 | 10111 | 110100 |
Color Harmonies of #A26980
Complementary color
Monochromatic Colors of #A26980
Black with #A26980
Text Example
Text Example
White with #A26980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26980; }
p { color: rgb(162,105,128); }
H1.HeaderClassName
{
color: #A26980;
}
.AnyTagClassName
{
color: #A26980;
}
</style>
background-color css
<style>
a { background-color: #A26980; }
a { background-color: rgb(162,105,128); }
div.DivClassName
{
background-color: #A26980;
}
.BgClassName
{
background-color: #A26980;
}
</style>
border-color css
<style>
span { border-color: #A26980; }
span { border-color: rgb(162,105,128); }
td.TdClassName
{
border-color: #A26980;
}
.TagClassName
{
border-color: #A26980;
}
</style>