Shades of Strikemaster #A26A8B
Tints of Strikemaster #A26A8B
RGB
CMYK
RGB Variations
Color information
#A26A8B (or 0xA26A8B) is known color: Strikemaster. HEX triplet: A2, 6A and 8B. RGB value is (162,106,139). Sum of RGB (Red+Green+Blue) = 162+106+139=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26A8B is #5D9574. Grayscale: #7E7E7E. Windows color (decimal): -6133109 or 9136802. OLE color: 9136802.
HSL color Cylindrical-coordinate representation of color #A26A8B: hue angle of 324.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26A8B is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 139 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.36 |
| HSL | 324.64º | 0.23% | 0.53% | - |
| HSV(B) | 324.64º | 0.35% | 0.64% | - |
| XYZ | 24.71 | 19.85 | 26.96 | - |
| YUV | 126.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 139 | 0 | 0.35 | 0.14 | 0.36 | 324.64 | 0.23 | 0.53 |
| Hex | A2 | 6A | 8B | 0 | 23 | E | 24 | 145 | 17 | 35 |
| Octal | 242 | 152 | 213 | 0 | 43 | 16 | 44 | 505 | 27 | 65 |
| Binary | 10100010 | 1101010 | 10001011 | 0 | 100011 | 1110 | 100100 | 101000101 | 10111 | 110101 |
Color Harmonies of #A26A8B
Complementary color
Monochromatic Colors of #A26A8B
Black with #A26A8B
Text Example
Text Example
White with #A26A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A8B; }
p { color: rgb(162,106,139); }
H1.HeaderClassName
{
color: #A26A8B;
}
.AnyTagClassName
{
color: #A26A8B;
}
</style>
background-color css
<style>
a { background-color: #A26A8B; }
a { background-color: rgb(162,106,139); }
div.DivClassName
{
background-color: #A26A8B;
}
.BgClassName
{
background-color: #A26A8B;
}
</style>
border-color css
<style>
span { border-color: #A26A8B; }
span { border-color: rgb(162,106,139); }
td.TdClassName
{
border-color: #A26A8B;
}
.TagClassName
{
border-color: #A26A8B;
}
</style>