Shades of Strikemaster #A16684
Tints of Strikemaster #A16684
RGB
CMYK
RGB Variations
Color information
#A16684 (or 0xA16684) is known color: Strikemaster. HEX triplet: A1, 66 and 84. RGB value is (161,102,132). Sum of RGB (Red+Green+Blue) = 161+102+132=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A16684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16684 is #5E997B. Grayscale: #7A7A7A. Windows color (decimal): -6199676 or 8677025. OLE color: 8677025.
HSL color Cylindrical-coordinate representation of color #A16684: hue angle of 329.49º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16684 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 132 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.37 |
| HSL | 329.49º | 0.24% | 0.52% | - |
| HSV(B) | 329.49º | 0.37% | 0.63% | - |
| XYZ | 23.61 | 18.75 | 24.2 | - |
| YUV | 123.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 132 | 0 | 0.37 | 0.18 | 0.37 | 329.49 | 0.24 | 0.52 |
| Hex | A1 | 66 | 84 | 0 | 25 | 12 | 25 | 149 | 18 | 34 |
| Octal | 241 | 146 | 204 | 0 | 45 | 22 | 45 | 511 | 30 | 64 |
| Binary | 10100001 | 1100110 | 10000100 | 0 | 100101 | 10010 | 100101 | 101001001 | 11000 | 110100 |
Color Harmonies of #A16684
Complementary color
Monochromatic Colors of #A16684
Black with #A16684
Text Example
Text Example
White with #A16684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16684; }
p { color: rgb(161,102,132); }
H1.HeaderClassName
{
color: #A16684;
}
.AnyTagClassName
{
color: #A16684;
}
</style>
background-color css
<style>
a { background-color: #A16684; }
a { background-color: rgb(161,102,132); }
div.DivClassName
{
background-color: #A16684;
}
.BgClassName
{
background-color: #A16684;
}
</style>
border-color css
<style>
span { border-color: #A16684; }
span { border-color: rgb(161,102,132); }
td.TdClassName
{
border-color: #A16684;
}
.TagClassName
{
border-color: #A16684;
}
</style>