Shades of Strikemaster #A26C84
Tints of Strikemaster #A26C84
RGB
CMYK
RGB Variations
Color information
#A26C84 (or 0xA26C84) is known color: Strikemaster. HEX triplet: A2, 6C and 84. RGB value is (162,108,132). Sum of RGB (Red+Green+Blue) = 162+108+132=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C84 is #5D937B. Grayscale: #7E7E7E. Windows color (decimal): -6132604 or 8678562. OLE color: 8678562.
HSL color Cylindrical-coordinate representation of color #A26C84: hue angle of 333.33º 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 #A26C84 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 132 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.36 |
| HSL | 333.33º | 0.23% | 0.53% | - |
| HSV(B) | 333.33º | 0.33% | 0.64% | - |
| XYZ | 24.43 | 20.07 | 24.42 | - |
| YUV | 126.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 132 | 0 | 0.33 | 0.19 | 0.36 | 333.33 | 0.23 | 0.53 |
| Hex | A2 | 6C | 84 | 0 | 21 | 13 | 24 | 14D | 16 | 35 |
| Octal | 242 | 154 | 204 | 0 | 41 | 23 | 44 | 515 | 26 | 65 |
| Binary | 10100010 | 1101100 | 10000100 | 0 | 100001 | 10011 | 100100 | 101001101 | 10110 | 110101 |
Color Harmonies of #A26C84
Complementary color
Monochromatic Colors of #A26C84
Black with #A26C84
Text Example
Text Example
White with #A26C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C84; }
p { color: rgb(162,108,132); }
H1.HeaderClassName
{
color: #A26C84;
}
.AnyTagClassName
{
color: #A26C84;
}
</style>
background-color css
<style>
a { background-color: #A26C84; }
a { background-color: rgb(162,108,132); }
div.DivClassName
{
background-color: #A26C84;
}
.BgClassName
{
background-color: #A26C84;
}
</style>
border-color css
<style>
span { border-color: #A26C84; }
span { border-color: rgb(162,108,132); }
td.TdClassName
{
border-color: #A26C84;
}
.TagClassName
{
border-color: #A26C84;
}
</style>