Shades of Strikemaster #A26689
Tints of Strikemaster #A26689
RGB
CMYK
RGB Variations
Color information
#A26689 (or 0xA26689) is known color: Strikemaster. HEX triplet: A2, 66 and 89. RGB value is (162,102,137). Sum of RGB (Red+Green+Blue) = 162+102+137=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A26689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26689 is #5D9976. Grayscale: #7B7B7B. Windows color (decimal): -6134135 or 9004706. OLE color: 9004706.
HSL color Cylindrical-coordinate representation of color #A26689: hue angle of 325º 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 #A26689 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 137 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.36 |
| HSL | 325º | 0.24% | 0.52% | - |
| HSV(B) | 325º | 0.37% | 0.64% | - |
| XYZ | 24.17 | 18.99 | 26.06 | - |
| YUV | 123.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 137 | 0 | 0.37 | 0.15 | 0.36 | 325 | 0.24 | 0.52 |
| Hex | A2 | 66 | 89 | 0 | 25 | F | 24 | 145 | 18 | 34 |
| Octal | 242 | 146 | 211 | 0 | 45 | 17 | 44 | 505 | 30 | 64 |
| Binary | 10100010 | 1100110 | 10001001 | 0 | 100101 | 1111 | 100100 | 101000101 | 11000 | 110100 |
Color Harmonies of #A26689
Complementary color
Monochromatic Colors of #A26689
Black with #A26689
Text Example
Text Example
White with #A26689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26689; }
p { color: rgb(162,102,137); }
H1.HeaderClassName
{
color: #A26689;
}
.AnyTagClassName
{
color: #A26689;
}
</style>
background-color css
<style>
a { background-color: #A26689; }
a { background-color: rgb(162,102,137); }
div.DivClassName
{
background-color: #A26689;
}
.BgClassName
{
background-color: #A26689;
}
</style>
border-color css
<style>
span { border-color: #A26689; }
span { border-color: rgb(162,102,137); }
td.TdClassName
{
border-color: #A26689;
}
.TagClassName
{
border-color: #A26689;
}
</style>