Shades of Strikemaster #A56689
Tints of Strikemaster #A56689
RGB
CMYK
RGB Variations
Color information
#A56689 (or 0xA56689) is known color: Strikemaster. HEX triplet: A5, 66 and 89. RGB value is (165,102,137). Sum of RGB (Red+Green+Blue) = 165+102+137=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A56689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56689 is #5A9976. Grayscale: #7C7C7C. Windows color (decimal): -5937527 or 9004709. OLE color: 9004709.
HSL color Cylindrical-coordinate representation of color #A56689: hue angle of 326.67º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56689 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 137 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.35 |
| HSL | 326.67º | 0.26% | 0.52% | - |
| HSV(B) | 326.67º | 0.38% | 0.65% | - |
| XYZ | 24.78 | 19.31 | 26.09 | - |
| YUV | 124.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 137 | 0 | 0.38 | 0.17 | 0.35 | 326.67 | 0.26 | 0.52 |
| Hex | A5 | 66 | 89 | 0 | 26 | 11 | 23 | 147 | 1A | 34 |
| Octal | 245 | 146 | 211 | 0 | 46 | 21 | 43 | 507 | 32 | 64 |
| Binary | 10100101 | 1100110 | 10001001 | 0 | 100110 | 10001 | 100011 | 101000111 | 11010 | 110100 |
Color Harmonies of #A56689
Complementary color
Monochromatic Colors of #A56689
Black with #A56689
Text Example
Text Example
White with #A56689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56689; }
p { color: rgb(165,102,137); }
H1.HeaderClassName
{
color: #A56689;
}
.AnyTagClassName
{
color: #A56689;
}
</style>
background-color css
<style>
a { background-color: #A56689; }
a { background-color: rgb(165,102,137); }
div.DivClassName
{
background-color: #A56689;
}
.BgClassName
{
background-color: #A56689;
}
</style>
border-color css
<style>
span { border-color: #A56689; }
span { border-color: rgb(165,102,137); }
td.TdClassName
{
border-color: #A56689;
}
.TagClassName
{
border-color: #A56689;
}
</style>