Shades of Strikemaster #A26688
Tints of Strikemaster #A26688
RGB
CMYK
RGB Variations
Color information
#A26688 (or 0xA26688) is known color: Strikemaster. HEX triplet: A2, 66 and 88. RGB value is (162,102,136). Sum of RGB (Red+Green+Blue) = 162+102+136=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A26688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26688 is #5D9977. Grayscale: #7B7B7B. Windows color (decimal): -6134136 or 8939170. OLE color: 8939170.
HSL color Cylindrical-coordinate representation of color #A26688: hue angle of 326º 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 #A26688 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 136 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.36 |
| HSL | 326º | 0.24% | 0.52% | - |
| HSV(B) | 326º | 0.37% | 0.64% | - |
| XYZ | 24.1 | 18.96 | 25.68 | - |
| YUV | 123.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 136 | 0 | 0.37 | 0.16 | 0.36 | 326 | 0.24 | 0.52 |
| Hex | A2 | 66 | 88 | 0 | 25 | 10 | 24 | 146 | 18 | 34 |
| Octal | 242 | 146 | 210 | 0 | 45 | 20 | 44 | 506 | 30 | 64 |
| Binary | 10100010 | 1100110 | 10001000 | 0 | 100101 | 10000 | 100100 | 101000110 | 11000 | 110100 |
Color Harmonies of #A26688
Complementary color
Monochromatic Colors of #A26688
Black with #A26688
Text Example
Text Example
White with #A26688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26688; }
p { color: rgb(162,102,136); }
H1.HeaderClassName
{
color: #A26688;
}
.AnyTagClassName
{
color: #A26688;
}
</style>
background-color css
<style>
a { background-color: #A26688; }
a { background-color: rgb(162,102,136); }
div.DivClassName
{
background-color: #A26688;
}
.BgClassName
{
background-color: #A26688;
}
</style>
border-color css
<style>
span { border-color: #A26688; }
span { border-color: rgb(162,102,136); }
td.TdClassName
{
border-color: #A26688;
}
.TagClassName
{
border-color: #A26688;
}
</style>