Shades of Strikemaster #A56684
Tints of Strikemaster #A56684
RGB
CMYK
RGB Variations
Color information
#A56684 (or 0xA56684) is known color: Strikemaster. HEX triplet: A5, 66 and 84. RGB value is (165,102,132). Sum of RGB (Red+Green+Blue) = 165+102+132=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56684 is #5A997B. Grayscale: #7C7C7C. Windows color (decimal): -5937532 or 8677029. OLE color: 8677029.
HSL color Cylindrical-coordinate representation of color #A56684: hue angle of 331.43º 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 #A56684 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 132 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.35 |
| HSL | 331.43º | 0.26% | 0.52% | - |
| HSV(B) | 331.43º | 0.38% | 0.65% | - |
| XYZ | 24.43 | 19.17 | 24.24 | - |
| YUV | 124.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 132 | 0 | 0.38 | 0.20 | 0.35 | 331.43 | 0.26 | 0.52 |
| Hex | A5 | 66 | 84 | 0 | 26 | 14 | 23 | 14B | 1A | 34 |
| Octal | 245 | 146 | 204 | 0 | 46 | 24 | 43 | 513 | 32 | 64 |
| Binary | 10100101 | 1100110 | 10000100 | 0 | 100110 | 10100 | 100011 | 101001011 | 11010 | 110100 |
Color Harmonies of #A56684
Complementary color
Monochromatic Colors of #A56684
Black with #A56684
Text Example
Text Example
White with #A56684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56684; }
p { color: rgb(165,102,132); }
H1.HeaderClassName
{
color: #A56684;
}
.AnyTagClassName
{
color: #A56684;
}
</style>
background-color css
<style>
a { background-color: #A56684; }
a { background-color: rgb(165,102,132); }
div.DivClassName
{
background-color: #A56684;
}
.BgClassName
{
background-color: #A56684;
}
</style>
border-color css
<style>
span { border-color: #A56684; }
span { border-color: rgb(165,102,132); }
td.TdClassName
{
border-color: #A56684;
}
.TagClassName
{
border-color: #A56684;
}
</style>